@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NewAsoDetail extends Object implements Serializable, Cloneable, StructuredPojo
Details new Autonomous System Organizations (ASOs) used either at the resource or account level.
| Constructor and Description |
|---|
NewAsoDetail() |
| Modifier and Type | Method and Description |
|---|---|
NewAsoDetail |
clone() |
boolean |
equals(Object obj) |
String |
getAso()
Details about the new Autonomous System Organization (ASO).
|
Boolean |
getIsNewForEntireAccount()
Checks if the Autonomous System Organization (ASO) is new for the entire account.
|
int |
hashCode() |
Boolean |
isNewForEntireAccount()
Checks if the Autonomous System Organization (ASO) is new for the entire account.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAso(String aso)
Details about the new Autonomous System Organization (ASO).
|
void |
setIsNewForEntireAccount(Boolean isNewForEntireAccount)
Checks if the Autonomous System Organization (ASO) is new for the entire account.
|
String |
toString()
Returns a string representation of this object.
|
NewAsoDetail |
withAso(String aso)
Details about the new Autonomous System Organization (ASO).
|
NewAsoDetail |
withIsNewForEntireAccount(Boolean isNewForEntireAccount)
Checks if the Autonomous System Organization (ASO) is new for the entire account.
|
public void setAso(String aso)
Details about the new Autonomous System Organization (ASO).
aso - Details about the new Autonomous System Organization (ASO).public String getAso()
Details about the new Autonomous System Organization (ASO).
public NewAsoDetail withAso(String aso)
Details about the new Autonomous System Organization (ASO).
aso - Details about the new Autonomous System Organization (ASO).public void setIsNewForEntireAccount(Boolean isNewForEntireAccount)
Checks if the Autonomous System Organization (ASO) is new for the entire account.
isNewForEntireAccount - Checks if the Autonomous System Organization (ASO) is new for the entire account.public Boolean getIsNewForEntireAccount()
Checks if the Autonomous System Organization (ASO) is new for the entire account.
public NewAsoDetail withIsNewForEntireAccount(Boolean isNewForEntireAccount)
Checks if the Autonomous System Organization (ASO) is new for the entire account.
isNewForEntireAccount - Checks if the Autonomous System Organization (ASO) is new for the entire account.public Boolean isNewForEntireAccount()
Checks if the Autonomous System Organization (ASO) is new for the entire account.
public String toString()
toString in class ObjectObject.toString()public NewAsoDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.