@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListedGateway extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ListedGateway() |
| Modifier and Type | Method and Description |
|---|---|
ListedGateway |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayArn()
The Amazon Resource Name (ARN) of the gateway.
|
String |
getGatewayState() |
String |
getName()
The name of the gateway.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setGatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway.
|
void |
setGatewayState(String gatewayState) |
void |
setName(String name)
The name of the gateway.
|
String |
toString()
Returns a string representation of this object.
|
ListedGateway |
withGatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway.
|
ListedGateway |
withGatewayState(GatewayState gatewayState) |
ListedGateway |
withGatewayState(String gatewayState) |
ListedGateway |
withName(String name)
The name of the gateway.
|
public void setGatewayArn(String gatewayArn)
gatewayArn - The Amazon Resource Name (ARN) of the gateway.public String getGatewayArn()
public ListedGateway withGatewayArn(String gatewayArn)
gatewayArn - The Amazon Resource Name (ARN) of the gateway.public void setGatewayState(String gatewayState)
gatewayState - GatewayStatepublic String getGatewayState()
GatewayStatepublic ListedGateway withGatewayState(String gatewayState)
gatewayState - GatewayStatepublic ListedGateway withGatewayState(GatewayState gatewayState)
gatewayState - GatewayStatepublic void setName(String name)
name - The name of the gateway.public String getName()
public ListedGateway withName(String name)
name - The name of the gateway.public String toString()
toString in class ObjectObject.toString()public ListedGateway clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.