@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ArchiveCdnSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ArchiveCdnSettings() |
| Modifier and Type | Method and Description |
|---|---|
ArchiveCdnSettings |
clone() |
boolean |
equals(Object obj) |
ArchiveS3Settings |
getArchiveS3Settings() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArchiveS3Settings(ArchiveS3Settings archiveS3Settings) |
String |
toString()
Returns a string representation of this object.
|
ArchiveCdnSettings |
withArchiveS3Settings(ArchiveS3Settings archiveS3Settings) |
public void setArchiveS3Settings(ArchiveS3Settings archiveS3Settings)
archiveS3Settings - public ArchiveS3Settings getArchiveS3Settings()
public ArchiveCdnSettings withArchiveS3Settings(ArchiveS3Settings archiveS3Settings)
archiveS3Settings - public String toString()
toString in class ObjectObject.toString()public ArchiveCdnSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.