@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountStatus extends Object implements Serializable, Cloneable, StructuredPojo
Describes the current status of an account within an Amazon Web Services Organization, including service-linked roles (SLRs).
Constructor and Description |
---|
AccountStatus() |
Modifier and Type | Method and Description |
---|---|
AccountStatus |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The ID of an account within the Amazon Web Services Organization.
|
String |
getSLRDeploymentStatus()
The status of SLR deployment for the account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The ID of an account within the Amazon Web Services Organization.
|
void |
setSLRDeploymentStatus(String sLRDeploymentStatus)
The status of SLR deployment for the account.
|
String |
toString()
Returns a string representation of this object.
|
AccountStatus |
withAccountId(String accountId)
The ID of an account within the Amazon Web Services Organization.
|
AccountStatus |
withSLRDeploymentStatus(String sLRDeploymentStatus)
The status of SLR deployment for the account.
|
public void setAccountId(String accountId)
The ID of an account within the Amazon Web Services Organization.
accountId
- The ID of an account within the Amazon Web Services Organization.public String getAccountId()
The ID of an account within the Amazon Web Services Organization.
public AccountStatus withAccountId(String accountId)
The ID of an account within the Amazon Web Services Organization.
accountId
- The ID of an account within the Amazon Web Services Organization.public void setSLRDeploymentStatus(String sLRDeploymentStatus)
The status of SLR deployment for the account.
sLRDeploymentStatus
- The status of SLR deployment for the account.public String getSLRDeploymentStatus()
The status of SLR deployment for the account.
public AccountStatus withSLRDeploymentStatus(String sLRDeploymentStatus)
The status of SLR deployment for the account.
sLRDeploymentStatus
- The status of SLR deployment for the account.public String toString()
toString
in class Object
Object.toString()
public AccountStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.