@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServiceSyncBlockerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateServiceSyncBlockerResult() |
Modifier and Type | Method and Description |
---|---|
UpdateServiceSyncBlockerResult |
clone() |
boolean |
equals(Object obj) |
String |
getServiceInstanceName()
The name of the service instance that you want to update the service sync blocker for.
|
String |
getServiceName()
The name of the service that you want to update the service sync blocker for.
|
SyncBlocker |
getServiceSyncBlocker()
The detailed data on the service sync blocker that was updated.
|
int |
hashCode() |
void |
setServiceInstanceName(String serviceInstanceName)
The name of the service instance that you want to update the service sync blocker for.
|
void |
setServiceName(String serviceName)
The name of the service that you want to update the service sync blocker for.
|
void |
setServiceSyncBlocker(SyncBlocker serviceSyncBlocker)
The detailed data on the service sync blocker that was updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateServiceSyncBlockerResult |
withServiceInstanceName(String serviceInstanceName)
The name of the service instance that you want to update the service sync blocker for.
|
UpdateServiceSyncBlockerResult |
withServiceName(String serviceName)
The name of the service that you want to update the service sync blocker for.
|
UpdateServiceSyncBlockerResult |
withServiceSyncBlocker(SyncBlocker serviceSyncBlocker)
The detailed data on the service sync blocker that was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setServiceInstanceName(String serviceInstanceName)
The name of the service instance that you want to update the service sync blocker for.
serviceInstanceName
- The name of the service instance that you want to update the service sync blocker for.public String getServiceInstanceName()
The name of the service instance that you want to update the service sync blocker for.
public UpdateServiceSyncBlockerResult withServiceInstanceName(String serviceInstanceName)
The name of the service instance that you want to update the service sync blocker for.
serviceInstanceName
- The name of the service instance that you want to update the service sync blocker for.public void setServiceName(String serviceName)
The name of the service that you want to update the service sync blocker for.
serviceName
- The name of the service that you want to update the service sync blocker for.public String getServiceName()
The name of the service that you want to update the service sync blocker for.
public UpdateServiceSyncBlockerResult withServiceName(String serviceName)
The name of the service that you want to update the service sync blocker for.
serviceName
- The name of the service that you want to update the service sync blocker for.public void setServiceSyncBlocker(SyncBlocker serviceSyncBlocker)
The detailed data on the service sync blocker that was updated.
serviceSyncBlocker
- The detailed data on the service sync blocker that was updated.public SyncBlocker getServiceSyncBlocker()
The detailed data on the service sync blocker that was updated.
public UpdateServiceSyncBlockerResult withServiceSyncBlocker(SyncBlocker serviceSyncBlocker)
The detailed data on the service sync blocker that was updated.
serviceSyncBlocker
- The detailed data on the service sync blocker that was updated.public String toString()
toString
in class Object
Object.toString()
public UpdateServiceSyncBlockerResult clone()