@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFolderMembershipResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteFolderMembershipResult() |
Modifier and Type | Method and Description |
---|---|
DeleteFolderMembershipResult |
clone() |
boolean |
equals(Object obj) |
String |
getRequestId()
The request ID.
|
Integer |
getStatus()
The status of deleting the asset.
|
int |
hashCode() |
void |
setRequestId(String requestId)
The request ID.
|
void |
setStatus(Integer status)
The status of deleting the asset.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFolderMembershipResult |
withRequestId(String requestId)
The request ID.
|
DeleteFolderMembershipResult |
withStatus(Integer status)
The status of deleting the asset.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(Integer status)
The status of deleting the asset. If succeeded, the status is SC_OK (200)
.
status
- The status of deleting the asset. If succeeded, the status is SC_OK (200)
.public Integer getStatus()
The status of deleting the asset. If succeeded, the status is SC_OK (200)
.
SC_OK (200)
.public DeleteFolderMembershipResult withStatus(Integer status)
The status of deleting the asset. If succeeded, the status is SC_OK (200)
.
status
- The status of deleting the asset. If succeeded, the status is SC_OK (200)
.public void setRequestId(String requestId)
The request ID.
requestId
- The request ID.public String getRequestId()
The request ID.
public DeleteFolderMembershipResult withRequestId(String requestId)
The request ID.
requestId
- The request ID.public String toString()
toString
in class Object
Object.toString()
public DeleteFolderMembershipResult clone()