@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEnrollmentStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateEnrollmentStatusRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateEnrollmentStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getIncludeMemberAccounts()
Indicates whether to enroll member accounts of the organization if the account is the management account.
|
String |
getStatus()
Sets the account status.
|
int |
hashCode() |
Boolean |
isIncludeMemberAccounts()
Indicates whether to enroll member accounts of the organization if the account is the management account.
|
void |
setIncludeMemberAccounts(Boolean includeMemberAccounts)
Indicates whether to enroll member accounts of the organization if the account is the management account.
|
void |
setStatus(String status)
Sets the account status.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEnrollmentStatusRequest |
withIncludeMemberAccounts(Boolean includeMemberAccounts)
Indicates whether to enroll member accounts of the organization if the account is the management account.
|
UpdateEnrollmentStatusRequest |
withStatus(EnrollmentStatus status)
Sets the account status.
|
UpdateEnrollmentStatusRequest |
withStatus(String status)
Sets the account status.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setStatus(String status)
Sets the account status.
status
- Sets the account status.EnrollmentStatus
public String getStatus()
Sets the account status.
EnrollmentStatus
public UpdateEnrollmentStatusRequest withStatus(String status)
Sets the account status.
status
- Sets the account status.EnrollmentStatus
public UpdateEnrollmentStatusRequest withStatus(EnrollmentStatus status)
Sets the account status.
status
- Sets the account status.EnrollmentStatus
public void setIncludeMemberAccounts(Boolean includeMemberAccounts)
Indicates whether to enroll member accounts of the organization if the account is the management account.
includeMemberAccounts
- Indicates whether to enroll member accounts of the organization if the account is the management account.public Boolean getIncludeMemberAccounts()
Indicates whether to enroll member accounts of the organization if the account is the management account.
public UpdateEnrollmentStatusRequest withIncludeMemberAccounts(Boolean includeMemberAccounts)
Indicates whether to enroll member accounts of the organization if the account is the management account.
includeMemberAccounts
- Indicates whether to enroll member accounts of the organization if the account is the management account.public Boolean isIncludeMemberAccounts()
Indicates whether to enroll member accounts of the organization if the account is the management account.
public String toString()
toString
in class Object
Object.toString()
public UpdateEnrollmentStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()