@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3WordsList extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about an S3 object that lists specific text to ignore.
Constructor and Description |
---|
S3WordsList() |
Modifier and Type | Method and Description |
---|---|
S3WordsList |
clone() |
boolean |
equals(Object obj) |
String |
getBucketName()
The full name of the S3 bucket that contains the object.
|
String |
getObjectKey()
The full name (key) of the object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketName(String bucketName)
The full name of the S3 bucket that contains the object.
|
void |
setObjectKey(String objectKey)
The full name (key) of the object.
|
String |
toString()
Returns a string representation of this object.
|
S3WordsList |
withBucketName(String bucketName)
The full name of the S3 bucket that contains the object.
|
S3WordsList |
withObjectKey(String objectKey)
The full name (key) of the object.
|
public void setBucketName(String bucketName)
The full name of the S3 bucket that contains the object.
bucketName
- The full name of the S3 bucket that contains the object.public String getBucketName()
The full name of the S3 bucket that contains the object.
public S3WordsList withBucketName(String bucketName)
The full name of the S3 bucket that contains the object.
bucketName
- The full name of the S3 bucket that contains the object.public void setObjectKey(String objectKey)
The full name (key) of the object.
objectKey
- The full name (key) of the object.public String getObjectKey()
The full name (key) of the object.
public S3WordsList withObjectKey(String objectKey)
The full name (key) of the object.
objectKey
- The full name (key) of the object.public String toString()
toString
in class Object
Object.toString()
public S3WordsList clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.