@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3SourceProperties extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
S3SourceProperties() |
| Modifier and Type | Method and Description |
|---|---|
S3SourceProperties |
clone() |
boolean |
equals(Object obj) |
String |
getBucketName() |
String |
getBucketPrefix() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBucketName(String bucketName) |
void |
setBucketPrefix(String bucketPrefix) |
String |
toString()
Returns a string representation of this object.
|
S3SourceProperties |
withBucketName(String bucketName) |
S3SourceProperties |
withBucketPrefix(String bucketPrefix) |
public void setBucketName(String bucketName)
bucketName - public String getBucketName()
public S3SourceProperties withBucketName(String bucketName)
bucketName - public void setBucketPrefix(String bucketPrefix)
bucketPrefix - public String getBucketPrefix()
public S3SourceProperties withBucketPrefix(String bucketPrefix)
bucketPrefix - public String toString()
toString in class ObjectObject.toString()public S3SourceProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.