@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrganizationsAccessResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeOrganizationsAccessResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeOrganizationsAccessResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
Presents the status of the
OrganizationAccess. |
int |
hashCode() |
void |
setStatus(String status)
Presents the status of the
OrganizationAccess. |
String |
toString()
Returns a string representation of this object.
|
DescribeOrganizationsAccessResult |
withStatus(OrganizationStatus status)
Presents the status of the
OrganizationAccess. |
DescribeOrganizationsAccessResult |
withStatus(String status)
Presents the status of the
OrganizationAccess. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
Presents the status of the OrganizationAccess.
status - Presents the status of the OrganizationAccess.OrganizationStatuspublic String getStatus()
Presents the status of the OrganizationAccess.
OrganizationAccess.OrganizationStatuspublic DescribeOrganizationsAccessResult withStatus(String status)
Presents the status of the OrganizationAccess.
status - Presents the status of the OrganizationAccess.OrganizationStatuspublic DescribeOrganizationsAccessResult withStatus(OrganizationStatus status)
Presents the status of the OrganizationAccess.
status - Presents the status of the OrganizationAccess.OrganizationStatuspublic String toString()
toString in class ObjectObject.toString()public DescribeOrganizationsAccessResult clone()