@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
- CaptureStatus
public String getCaptureStatus()
CaptureStatus
public DataCaptureConfigSummary withCaptureStatus(String captureStatus)
captureStatus
- CaptureStatus
public DataCaptureConfigSummary withCaptureStatus(CaptureStatus captureStatus)
captureStatus
- CaptureStatus
public 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 Object
Object.toString()
public DataCaptureConfigSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.