@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServiceSyncConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateServiceSyncConfigResult() |
Modifier and Type | Method and Description |
---|---|
UpdateServiceSyncConfigResult |
clone() |
boolean |
equals(Object obj) |
ServiceSyncConfig |
getServiceSyncConfig()
The detailed data of the Proton Ops file.
|
int |
hashCode() |
void |
setServiceSyncConfig(ServiceSyncConfig serviceSyncConfig)
The detailed data of the Proton Ops file.
|
String |
toString()
Returns a string representation of this object.
|
UpdateServiceSyncConfigResult |
withServiceSyncConfig(ServiceSyncConfig serviceSyncConfig)
The detailed data of the Proton Ops file.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setServiceSyncConfig(ServiceSyncConfig serviceSyncConfig)
The detailed data of the Proton Ops file.
serviceSyncConfig
- The detailed data of the Proton Ops file.public ServiceSyncConfig getServiceSyncConfig()
The detailed data of the Proton Ops file.
public UpdateServiceSyncConfigResult withServiceSyncConfig(ServiceSyncConfig serviceSyncConfig)
The detailed data of the Proton Ops file.
serviceSyncConfig
- The detailed data of the Proton Ops file.public String toString()
toString
in class Object
Object.toString()
public UpdateServiceSyncConfigResult clone()