@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, setSdkResponseMetadata
public void setStatus(String status)
Presents the status of the OrganizationAccess
.
status
- Presents the status of the OrganizationAccess
.OrganizationStatus
public String getStatus()
Presents the status of the OrganizationAccess
.
OrganizationAccess
.OrganizationStatus
public DescribeOrganizationsAccessResult withStatus(String status)
Presents the status of the OrganizationAccess
.
status
- Presents the status of the OrganizationAccess
.OrganizationStatus
public DescribeOrganizationsAccessResult withStatus(OrganizationStatus status)
Presents the status of the OrganizationAccess
.
status
- Presents the status of the OrganizationAccess
.OrganizationStatus
public String toString()
toString
in class Object
Object.toString()
public DescribeOrganizationsAccessResult clone()