@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSyncBlockerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateSyncBlockerResult() |
Modifier and Type | Method and Description |
---|---|
UpdateSyncBlockerResult |
clone() |
boolean |
equals(Object obj) |
String |
getParentResourceName()
The parent resource name for the sync blocker.
|
String |
getResourceName()
The resource name for the sync blocker.
|
SyncBlocker |
getSyncBlocker()
Information about the sync blocker to be updated.
|
int |
hashCode() |
void |
setParentResourceName(String parentResourceName)
The parent resource name for the sync blocker.
|
void |
setResourceName(String resourceName)
The resource name for the sync blocker.
|
void |
setSyncBlocker(SyncBlocker syncBlocker)
Information about the sync blocker to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSyncBlockerResult |
withParentResourceName(String parentResourceName)
The parent resource name for the sync blocker.
|
UpdateSyncBlockerResult |
withResourceName(String resourceName)
The resource name for the sync blocker.
|
UpdateSyncBlockerResult |
withSyncBlocker(SyncBlocker syncBlocker)
Information about the sync blocker to be updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResourceName(String resourceName)
The resource name for the sync blocker.
resourceName
- The resource name for the sync blocker.public String getResourceName()
The resource name for the sync blocker.
public UpdateSyncBlockerResult withResourceName(String resourceName)
The resource name for the sync blocker.
resourceName
- The resource name for the sync blocker.public void setParentResourceName(String parentResourceName)
The parent resource name for the sync blocker.
parentResourceName
- The parent resource name for the sync blocker.public String getParentResourceName()
The parent resource name for the sync blocker.
public UpdateSyncBlockerResult withParentResourceName(String parentResourceName)
The parent resource name for the sync blocker.
parentResourceName
- The parent resource name for the sync blocker.public void setSyncBlocker(SyncBlocker syncBlocker)
Information about the sync blocker to be updated.
syncBlocker
- Information about the sync blocker to be updated.public SyncBlocker getSyncBlocker()
Information about the sync blocker to be updated.
public UpdateSyncBlockerResult withSyncBlocker(SyncBlocker syncBlocker)
Information about the sync blocker to be updated.
syncBlocker
- Information about the sync blocker to be updated.public String toString()
toString
in class Object
Object.toString()
public UpdateSyncBlockerResult clone()