@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTemplateSyncConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateTemplateSyncConfigResult() |
Modifier and Type | Method and Description |
---|---|
CreateTemplateSyncConfigResult |
clone() |
boolean |
equals(Object obj) |
TemplateSyncConfig |
getTemplateSyncConfig()
The template sync configuration detail data that's returned by Proton.
|
int |
hashCode() |
void |
setTemplateSyncConfig(TemplateSyncConfig templateSyncConfig)
The template sync configuration detail data that's returned by Proton.
|
String |
toString()
Returns a string representation of this object.
|
CreateTemplateSyncConfigResult |
withTemplateSyncConfig(TemplateSyncConfig templateSyncConfig)
The template sync configuration detail data that's returned by Proton.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTemplateSyncConfig(TemplateSyncConfig templateSyncConfig)
The template sync configuration detail data that's returned by Proton.
templateSyncConfig
- The template sync configuration detail data that's returned by Proton.public TemplateSyncConfig getTemplateSyncConfig()
The template sync configuration detail data that's returned by Proton.
public CreateTemplateSyncConfigResult withTemplateSyncConfig(TemplateSyncConfig templateSyncConfig)
The template sync configuration detail data that's returned by Proton.
templateSyncConfig
- The template sync configuration detail data that's returned by Proton.public String toString()
toString
in class Object
Object.toString()
public CreateTemplateSyncConfigResult clone()