@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) |
String |
getArn()
The Amazon Resource Name of the resource.
|
SidewalkAccountInfo |
getSidewalk()
The Sidewalk account credentials.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name of the resource.
|
void |
setSidewalk(SidewalkAccountInfo sidewalk)
The Sidewalk account credentials.
|
String |
toString()
Returns a string representation of this object.
|
AssociateAwsAccountWithPartnerAccountResult |
withArn(String arn)
The Amazon Resource Name of the resource.
|
AssociateAwsAccountWithPartnerAccountResult |
withSidewalk(SidewalkAccountInfo sidewalk)
The Sidewalk account credentials.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 void setArn(String arn)
The Amazon Resource Name of the resource.
arn
- The Amazon Resource Name of the resource.public String getArn()
The Amazon Resource Name of the resource.
public AssociateAwsAccountWithPartnerAccountResult withArn(String arn)
The Amazon Resource Name of the resource.
arn
- The Amazon Resource Name of the resource.public String toString()
toString
in class Object
Object.toString()
public AssociateAwsAccountWithPartnerAccountResult clone()