@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateAwsAccountWithPartnerAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
AssociateAwsAccountWithPartnerAccountResult() |
| Modifier and Type | Method and Description |
|---|---|
AssociateAwsAccountWithPartnerAccountResult |
clone() |
boolean |
equals(Object obj) |
SidewalkAccountInfo |
getSidewalk()
The Sidewalk account credentials.
|
int |
hashCode() |
void |
setSidewalk(SidewalkAccountInfo sidewalk)
The Sidewalk account credentials.
|
String |
toString()
Returns a string representation of this object.
|
AssociateAwsAccountWithPartnerAccountResult |
withSidewalk(SidewalkAccountInfo sidewalk)
The Sidewalk account credentials.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic AssociateAwsAccountWithPartnerAccountResult()
public void setSidewalk(SidewalkAccountInfo sidewalk)
The Sidewalk account credentials.
sidewalk - The Sidewalk account credentials.public SidewalkAccountInfo getSidewalk()
The Sidewalk account credentials.
public AssociateAwsAccountWithPartnerAccountResult withSidewalk(SidewalkAccountInfo sidewalk)
The Sidewalk account credentials.
sidewalk - The Sidewalk account credentials.public String toString()
toString in class ObjectObject.toString()public AssociateAwsAccountWithPartnerAccountResult clone()