public class GatewayInfo extends Object implements Serializable, Cloneable
Constructor and Description |
---|
GatewayInfo() |
Modifier and Type | Method and Description |
---|---|
GatewayInfo |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayARN() |
String |
getGatewayName() |
String |
getGatewayOperationalState() |
String |
getGatewayType() |
int |
hashCode() |
void |
setGatewayARN(String gatewayARN) |
void |
setGatewayName(String gatewayName) |
void |
setGatewayOperationalState(String gatewayOperationalState) |
void |
setGatewayType(String gatewayType) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GatewayInfo |
withGatewayARN(String gatewayARN) |
GatewayInfo |
withGatewayName(String gatewayName) |
GatewayInfo |
withGatewayOperationalState(String gatewayOperationalState) |
GatewayInfo |
withGatewayType(String gatewayType) |
public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public GatewayInfo withGatewayARN(String gatewayARN)
gatewayARN
- public void setGatewayType(String gatewayType)
gatewayType
- public String getGatewayType()
public GatewayInfo withGatewayType(String gatewayType)
gatewayType
- public void setGatewayOperationalState(String gatewayOperationalState)
gatewayOperationalState
- public String getGatewayOperationalState()
public GatewayInfo withGatewayOperationalState(String gatewayOperationalState)
gatewayOperationalState
- public void setGatewayName(String gatewayName)
gatewayName
- public String getGatewayName()
public GatewayInfo withGatewayName(String gatewayName)
gatewayName
- public String toString()
toString
in class Object
Object.toString()
public GatewayInfo clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.