@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataCaptureConfigSummary extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description | 
|---|
| DataCaptureConfigSummary() | 
public void setEnableCapture(Boolean enableCapture)
enableCapture - public Boolean getEnableCapture()
public DataCaptureConfigSummary withEnableCapture(Boolean enableCapture)
enableCapture - public Boolean isEnableCapture()
public void setCaptureStatus(String captureStatus)
captureStatus - CaptureStatuspublic String getCaptureStatus()
CaptureStatuspublic DataCaptureConfigSummary withCaptureStatus(String captureStatus)
captureStatus - CaptureStatuspublic DataCaptureConfigSummary withCaptureStatus(CaptureStatus captureStatus)
captureStatus - CaptureStatuspublic void setCurrentSamplingPercentage(Integer currentSamplingPercentage)
currentSamplingPercentage - public Integer getCurrentSamplingPercentage()
public DataCaptureConfigSummary withCurrentSamplingPercentage(Integer currentSamplingPercentage)
currentSamplingPercentage - public void setDestinationS3Uri(String destinationS3Uri)
destinationS3Uri - public String getDestinationS3Uri()
public DataCaptureConfigSummary withDestinationS3Uri(String destinationS3Uri)
destinationS3Uri - public void setKmsKeyId(String kmsKeyId)
kmsKeyId - public String getKmsKeyId()
public DataCaptureConfigSummary withKmsKeyId(String kmsKeyId)
kmsKeyId - public String toString()
toString in class ObjectObject.toString()public DataCaptureConfigSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.