@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GatewayGroupSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of a gateway group.
Constructor and Description |
---|
GatewayGroupSummary() |
Modifier and Type | Method and Description |
---|---|
GatewayGroupSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the gateway group.
|
String |
getDescription()
The description of the gateway group.
|
String |
getName()
The name of the gateway group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the gateway group.
|
void |
setDescription(String description)
The description of the gateway group.
|
void |
setName(String name)
The name of the gateway group.
|
String |
toString()
Returns a string representation of this object.
|
GatewayGroupSummary |
withArn(String arn)
The ARN of the gateway group.
|
GatewayGroupSummary |
withDescription(String description)
The description of the gateway group.
|
GatewayGroupSummary |
withName(String name)
The name of the gateway group.
|
public void setArn(String arn)
The ARN of the gateway group.
arn
- The ARN of the gateway group.public String getArn()
The ARN of the gateway group.
public GatewayGroupSummary withArn(String arn)
The ARN of the gateway group.
arn
- The ARN of the gateway group.public void setName(String name)
The name of the gateway group.
name
- The name of the gateway group.public String getName()
The name of the gateway group.
public GatewayGroupSummary withName(String name)
The name of the gateway group.
name
- The name of the gateway group.public void setDescription(String description)
The description of the gateway group.
description
- The description of the gateway group.public String getDescription()
The description of the gateway group.
public GatewayGroupSummary withDescription(String description)
The description of the gateway group.
description
- The description of the gateway group.public String toString()
toString
in class Object
Object.toString()
public GatewayGroupSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.