@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SidewalkAccountInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information about a Sidewalk account.
| Constructor and Description |
|---|
SidewalkAccountInfo() |
| Modifier and Type | Method and Description |
|---|---|
SidewalkAccountInfo |
clone() |
boolean |
equals(Object obj) |
String |
getAmazonId()
The Sidewalk Amazon ID.
|
String |
getAppServerPrivateKey()
The Sidewalk application server private key.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAmazonId(String amazonId)
The Sidewalk Amazon ID.
|
void |
setAppServerPrivateKey(String appServerPrivateKey)
The Sidewalk application server private key.
|
String |
toString()
Returns a string representation of this object.
|
SidewalkAccountInfo |
withAmazonId(String amazonId)
The Sidewalk Amazon ID.
|
SidewalkAccountInfo |
withAppServerPrivateKey(String appServerPrivateKey)
The Sidewalk application server private key.
|
public void setAmazonId(String amazonId)
The Sidewalk Amazon ID.
amazonId - The Sidewalk Amazon ID.public String getAmazonId()
The Sidewalk Amazon ID.
public SidewalkAccountInfo withAmazonId(String amazonId)
The Sidewalk Amazon ID.
amazonId - The Sidewalk Amazon ID.public void setAppServerPrivateKey(String appServerPrivateKey)
The Sidewalk application server private key.
appServerPrivateKey - The Sidewalk application server private key.public String getAppServerPrivateKey()
The Sidewalk application server private key.
public SidewalkAccountInfo withAppServerPrivateKey(String appServerPrivateKey)
The Sidewalk application server private key.
appServerPrivateKey - The Sidewalk application server private key.public String toString()
toString in class ObjectObject.toString()public SidewalkAccountInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.