@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSyncConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateSyncConfigurationResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateSyncConfigurationResult | clone() | 
| boolean | equals(Object obj) | 
| SyncConfiguration | getSyncConfiguration()
 The created sync configuration for the connection. | 
| int | hashCode() | 
| void | setSyncConfiguration(SyncConfiguration syncConfiguration)
 The created sync configuration for the connection. | 
| String | toString()Returns a string representation of this object. | 
| CreateSyncConfigurationResult | withSyncConfiguration(SyncConfiguration syncConfiguration)
 The created sync configuration for the connection. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSyncConfiguration(SyncConfiguration syncConfiguration)
The created sync configuration for the connection. A sync configuration allows Amazon Web Services to sync content from a Git repository to update a specified Amazon Web Services resource.
syncConfiguration - The created sync configuration for the connection. A sync configuration allows Amazon Web Services to sync
        content from a Git repository to update a specified Amazon Web Services resource.public SyncConfiguration getSyncConfiguration()
The created sync configuration for the connection. A sync configuration allows Amazon Web Services to sync content from a Git repository to update a specified Amazon Web Services resource.
public CreateSyncConfigurationResult withSyncConfiguration(SyncConfiguration syncConfiguration)
The created sync configuration for the connection. A sync configuration allows Amazon Web Services to sync content from a Git repository to update a specified Amazon Web Services resource.
syncConfiguration - The created sync configuration for the connection. A sync configuration allows Amazon Web Services to sync
        content from a Git repository to update a specified Amazon Web Services resource.public String toString()
toString in class ObjectObject.toString()public CreateSyncConfigurationResult clone()