@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) |
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)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.