@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGatewayGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateGatewayGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateGatewayGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayGroupArn()
The ARN of the created gateway group.
|
int |
hashCode() |
void |
setGatewayGroupArn(String gatewayGroupArn)
The ARN of the created gateway group.
|
String |
toString()
Returns a string representation of this object.
|
CreateGatewayGroupResult |
withGatewayGroupArn(String gatewayGroupArn)
The ARN of the created gateway group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGatewayGroupArn(String gatewayGroupArn)
The ARN of the created gateway group.
gatewayGroupArn - The ARN of the created gateway group.public String getGatewayGroupArn()
The ARN of the created gateway group.
public CreateGatewayGroupResult withGatewayGroupArn(String gatewayGroupArn)
The ARN of the created gateway group.
gatewayGroupArn - The ARN of the created gateway group.public String toString()
toString in class ObjectObject.toString()public CreateGatewayGroupResult clone()
Copyright © 2023. All rights reserved.