@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTemplateSyncConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTemplateSyncConfigResult() |
Modifier and Type | Method and Description |
---|---|
GetTemplateSyncConfigResult |
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.
|
GetTemplateSyncConfigResult |
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 GetTemplateSyncConfigResult 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 GetTemplateSyncConfigResult clone()