@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3 extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
S3() |
| Modifier and Type | Method and Description |
|---|---|
S3 |
clone() |
boolean |
equals(Object obj) |
String |
getBucket() |
Boolean |
getEnabled() |
String |
getPrefix() |
int |
hashCode() |
Boolean |
isEnabled() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBucket(String bucket) |
void |
setEnabled(Boolean enabled) |
void |
setPrefix(String prefix) |
String |
toString()
Returns a string representation of this object.
|
S3 |
withBucket(String bucket) |
S3 |
withEnabled(Boolean enabled) |
S3 |
withPrefix(String prefix) |
public void setBucket(String bucket)
bucket - public String getBucket()
public S3 withBucket(String bucket)
bucket - public void setEnabled(Boolean enabled)
enabled - public Boolean getEnabled()
public S3 withEnabled(Boolean enabled)
enabled - public Boolean isEnabled()
public void setPrefix(String prefix)
prefix - public String getPrefix()
public S3 withPrefix(String prefix)
prefix - public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.