@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateS3BucketResource extends Object implements Serializable, Cloneable, StructuredPojo
Information about the protected S3 bucket resource.
Constructor and Description |
---|
UpdateS3BucketResource() |
Modifier and Type | Method and Description |
---|---|
UpdateS3BucketResource |
clone() |
boolean |
equals(Object obj) |
List<String> |
getObjectPrefixes()
Information about the specified object prefixes.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setObjectPrefixes(Collection<String> objectPrefixes)
Information about the specified object prefixes.
|
String |
toString()
Returns a string representation of this object.
|
UpdateS3BucketResource |
withObjectPrefixes(Collection<String> objectPrefixes)
Information about the specified object prefixes.
|
UpdateS3BucketResource |
withObjectPrefixes(String... objectPrefixes)
Information about the specified object prefixes.
|
public List<String> getObjectPrefixes()
Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.
public void setObjectPrefixes(Collection<String> objectPrefixes)
Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.
objectPrefixes
- Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any
of the specified object prefixes.public UpdateS3BucketResource withObjectPrefixes(String... objectPrefixes)
Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.
NOTE: This method appends the values to the existing list (if any). Use
setObjectPrefixes(java.util.Collection)
or withObjectPrefixes(java.util.Collection)
if you want
to override the existing values.
objectPrefixes
- Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any
of the specified object prefixes.public UpdateS3BucketResource withObjectPrefixes(Collection<String> objectPrefixes)
Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.
objectPrefixes
- Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any
of the specified object prefixes.public String toString()
toString
in class Object
Object.toString()
public UpdateS3BucketResource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.