@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartOrganizationServiceAccessUpdateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| StartOrganizationServiceAccessUpdateResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| StartOrganizationServiceAccessUpdateResult | clone() | 
| boolean | equals(Object obj) | 
| OrganizationStatus | getOrganizationStatus()
 The status of the service access update request for an Amazon Web Services Organization. | 
| int | hashCode() | 
| void | setOrganizationStatus(OrganizationStatus organizationStatus)
 The status of the service access update request for an Amazon Web Services Organization. | 
| String | toString()Returns a string representation of this object. | 
| StartOrganizationServiceAccessUpdateResult | withOrganizationStatus(OrganizationStatus organizationStatus)
 The status of the service access update request for an Amazon Web Services Organization. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic StartOrganizationServiceAccessUpdateResult()
public void setOrganizationStatus(OrganizationStatus organizationStatus)
The status of the service access update request for an Amazon Web Services Organization.
organizationStatus - The status of the service access update request for an Amazon Web Services Organization.public OrganizationStatus getOrganizationStatus()
The status of the service access update request for an Amazon Web Services Organization.
public StartOrganizationServiceAccessUpdateResult withOrganizationStatus(OrganizationStatus organizationStatus)
The status of the service access update request for an Amazon Web Services Organization.
organizationStatus - The status of the service access update request for an Amazon Web Services Organization.public String toString()
toString in class ObjectObject.toString()public StartOrganizationServiceAccessUpdateResult clone()