@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPartnerAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetPartnerAccountResult() |
Modifier and Type | Method and Description |
---|---|
GetPartnerAccountResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAccountLinked()
Whether the partner account is linked to the AWS account.
|
SidewalkAccountInfoWithFingerprint |
getSidewalk()
The Sidewalk account credentials.
|
int |
hashCode() |
Boolean |
isAccountLinked()
Whether the partner account is linked to the AWS account.
|
void |
setAccountLinked(Boolean accountLinked)
Whether the partner account is linked to the AWS account.
|
void |
setSidewalk(SidewalkAccountInfoWithFingerprint sidewalk)
The Sidewalk account credentials.
|
String |
toString()
Returns a string representation of this object.
|
GetPartnerAccountResult |
withAccountLinked(Boolean accountLinked)
Whether the partner account is linked to the AWS account.
|
GetPartnerAccountResult |
withSidewalk(SidewalkAccountInfoWithFingerprint sidewalk)
The Sidewalk account credentials.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSidewalk(SidewalkAccountInfoWithFingerprint sidewalk)
The Sidewalk account credentials.
sidewalk
- The Sidewalk account credentials.public SidewalkAccountInfoWithFingerprint getSidewalk()
The Sidewalk account credentials.
public GetPartnerAccountResult withSidewalk(SidewalkAccountInfoWithFingerprint sidewalk)
The Sidewalk account credentials.
sidewalk
- The Sidewalk account credentials.public void setAccountLinked(Boolean accountLinked)
Whether the partner account is linked to the AWS account.
accountLinked
- Whether the partner account is linked to the AWS account.public Boolean getAccountLinked()
Whether the partner account is linked to the AWS account.
public GetPartnerAccountResult withAccountLinked(Boolean accountLinked)
Whether the partner account is linked to the AWS account.
accountLinked
- Whether the partner account is linked to the AWS account.public Boolean isAccountLinked()
Whether the partner account is linked to the AWS account.
public String toString()
toString
in class Object
Object.toString()
public GetPartnerAccountResult clone()