@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GatewayInfo extends Object implements Serializable, Cloneable, StructuredPojo
Describes a gateway object.
Constructor and Description |
---|
GatewayInfo() |
Modifier and Type | Method and Description |
---|---|
GatewayInfo |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayARN()
The Amazon Resource Name (ARN) of the gateway.
|
String |
getGatewayId()
The unique identifier assigned to your gateway during activation.
|
String |
getGatewayName()
The name of the gateway.
|
String |
getGatewayOperationalState()
The state of the gateway.
|
String |
getGatewayType()
The type of the gateway.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
void |
setGatewayId(String gatewayId)
The unique identifier assigned to your gateway during activation.
|
void |
setGatewayName(String gatewayName)
The name of the gateway.
|
void |
setGatewayOperationalState(String gatewayOperationalState)
The state of the gateway.
|
void |
setGatewayType(String gatewayType)
The type of the gateway.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GatewayInfo |
withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
GatewayInfo |
withGatewayId(String gatewayId)
The unique identifier assigned to your gateway during activation.
|
GatewayInfo |
withGatewayName(String gatewayName)
The name of the gateway.
|
GatewayInfo |
withGatewayOperationalState(String gatewayOperationalState)
The state of the gateway.
|
GatewayInfo |
withGatewayType(String gatewayType)
The type of the gateway.
|
public void setGatewayId(String gatewayId)
The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.
gatewayId
- The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway
Amazon Resource Name (ARN), which you use as input for other operations.public String getGatewayId()
The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.
public GatewayInfo withGatewayId(String gatewayId)
The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.
gatewayId
- The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway
Amazon Resource Name (ARN), which you use as input for other operations.public void setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of
gateways for your account and region.public String getGatewayARN()
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.
public GatewayInfo withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of
gateways for your account and region.public void setGatewayType(String gatewayType)
The type of the gateway.
gatewayType
- The type of the gateway.public String getGatewayType()
The type of the gateway.
public GatewayInfo withGatewayType(String gatewayType)
The type of the gateway.
gatewayType
- The type of the gateway.public void setGatewayOperationalState(String gatewayOperationalState)
The state of the gateway.
Valid Values: DISABLED or ACTIVE
gatewayOperationalState
- The state of the gateway.
Valid Values: DISABLED or ACTIVE
public String getGatewayOperationalState()
The state of the gateway.
Valid Values: DISABLED or ACTIVE
Valid Values: DISABLED or ACTIVE
public GatewayInfo withGatewayOperationalState(String gatewayOperationalState)
The state of the gateway.
Valid Values: DISABLED or ACTIVE
gatewayOperationalState
- The state of the gateway.
Valid Values: DISABLED or ACTIVE
public void setGatewayName(String gatewayName)
The name of the gateway.
gatewayName
- The name of the gateway.public String getGatewayName()
The name of the gateway.
public GatewayInfo withGatewayName(String gatewayName)
The name of the gateway.
gatewayName
- The name of the gateway.public String toString()
toString
in class Object
Object.toString()
public GatewayInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.