@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeHealthServiceStatusForOrganizationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeHealthServiceStatusForOrganizationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeHealthServiceStatusForOrganizationResult |
clone() |
boolean |
equals(Object obj) |
String |
getHealthServiceAccessStatusForOrganization()
Information about the status of enabling or disabling the Health organizational view feature in your
organization.
|
int |
hashCode() |
void |
setHealthServiceAccessStatusForOrganization(String healthServiceAccessStatusForOrganization)
Information about the status of enabling or disabling the Health organizational view feature in your
organization.
|
String |
toString()
Returns a string representation of this object.
|
DescribeHealthServiceStatusForOrganizationResult |
withHealthServiceAccessStatusForOrganization(String healthServiceAccessStatusForOrganization)
Information about the status of enabling or disabling the Health organizational view feature in your
organization.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeHealthServiceStatusForOrganizationResult()
public void setHealthServiceAccessStatusForOrganization(String healthServiceAccessStatusForOrganization)
Information about the status of enabling or disabling the Health organizational view feature in your organization.
Valid values are ENABLED | DISABLED | PENDING
.
healthServiceAccessStatusForOrganization
- Information about the status of enabling or disabling the Health organizational view feature in your
organization.
Valid values are ENABLED | DISABLED | PENDING
.
public String getHealthServiceAccessStatusForOrganization()
Information about the status of enabling or disabling the Health organizational view feature in your organization.
Valid values are ENABLED | DISABLED | PENDING
.
Valid values are ENABLED | DISABLED | PENDING
.
public DescribeHealthServiceStatusForOrganizationResult withHealthServiceAccessStatusForOrganization(String healthServiceAccessStatusForOrganization)
Information about the status of enabling or disabling the Health organizational view feature in your organization.
Valid values are ENABLED | DISABLED | PENDING
.
healthServiceAccessStatusForOrganization
- Information about the status of enabling or disabling the Health organizational view feature in your
organization.
Valid values are ENABLED | DISABLED | PENDING
.
public String toString()
toString
in class Object
Object.toString()
public DescribeHealthServiceStatusForOrganizationResult clone()