@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGatewayGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetGatewayGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
GetGatewayGroupResult |
clone() |
boolean |
equals(Object obj) |
GatewayGroup |
getGatewayGroup() |
int |
hashCode() |
void |
setGatewayGroup(GatewayGroup gatewayGroup) |
String |
toString()
Returns a string representation of this object.
|
GetGatewayGroupResult |
withGatewayGroup(GatewayGroup gatewayGroup) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGatewayGroup(GatewayGroup gatewayGroup)
gatewayGroup - public GatewayGroup getGatewayGroup()
public GetGatewayGroupResult withGatewayGroup(GatewayGroup gatewayGroup)
gatewayGroup - public String toString()
toString in class ObjectObject.toString()public GetGatewayGroupResult clone()
Copyright © 2022. All rights reserved.