@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountStatus extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
AccountStatus() |
| Modifier and Type | Method and Description |
|---|---|
AccountStatus |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId() |
String |
getSLRDeploymentStatus() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccountId(String accountId) |
void |
setSLRDeploymentStatus(String sLRDeploymentStatus) |
String |
toString()
Returns a string representation of this object.
|
AccountStatus |
withAccountId(String accountId) |
AccountStatus |
withSLRDeploymentStatus(String sLRDeploymentStatus) |
public void setAccountId(String accountId)
accountId - public String getAccountId()
public AccountStatus withAccountId(String accountId)
accountId - public void setSLRDeploymentStatus(String sLRDeploymentStatus)
sLRDeploymentStatus - public String getSLRDeploymentStatus()
public AccountStatus withSLRDeploymentStatus(String sLRDeploymentStatus)
sLRDeploymentStatus - public String toString()
toString in class ObjectObject.toString()public AccountStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.