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