@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) |
Gateway |
getGateway()
The details of the gateway.
|
int |
hashCode() |
void |
setGateway(Gateway gateway)
The details of the gateway.
|
String |
toString()
Returns a string representation of this object.
|
GetGatewayResult |
withGateway(Gateway gateway)
The details of the gateway.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGateway(Gateway gateway)
The details of the gateway.
gateway - The details of the gateway.public Gateway getGateway()
The details of the gateway.
public GetGatewayResult withGateway(Gateway gateway)
The details of the gateway.
gateway - The details of the gateway.public String toString()
toString in class ObjectObject.toString()public GetGatewayResult clone()
Copyright © 2023. All rights reserved.