@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGatewayResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetGatewayResult() |
Modifier and Type | Method and Description |
---|---|
GetGatewayResult |
clone() |
boolean |
equals(Object obj) |
GatewayDetails |
getGateway()
By providing the ARN (Amazon Resource Name), this API returns the gateway.
|
int |
hashCode() |
void |
setGateway(GatewayDetails gateway)
By providing the ARN (Amazon Resource Name), this API returns the gateway.
|
String |
toString()
Returns a string representation of this object.
|
GetGatewayResult |
withGateway(GatewayDetails gateway)
By providing the ARN (Amazon Resource Name), this API returns the gateway.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGateway(GatewayDetails gateway)
By providing the ARN (Amazon Resource Name), this API returns the gateway.
gateway
- By providing the ARN (Amazon Resource Name), this API returns the gateway.public GatewayDetails getGateway()
By providing the ARN (Amazon Resource Name), this API returns the gateway.
public GetGatewayResult withGateway(GatewayDetails gateway)
By providing the ARN (Amazon Resource Name), this API returns the gateway.
gateway
- By providing the ARN (Amazon Resource Name), this API returns the gateway.public String toString()
toString
in class Object
Object.toString()
public GetGatewayResult clone()