@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Group extends Object implements Serializable, Cloneable, StructuredPojo
The object containing information about distinct imports or groups for Strategy Recommendations.
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
Group |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The key of the specific import group.
|
String |
getValue()
The value of the specific import group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The key of the specific import group.
|
void |
setValue(String value)
The value of the specific import group.
|
String |
toString()
Returns a string representation of this object.
|
Group |
withName(GroupName name)
The key of the specific import group.
|
Group |
withName(String name)
The key of the specific import group.
|
Group |
withValue(String value)
The value of the specific import group.
|
public void setName(String name)
The key of the specific import group.
name - The key of the specific import group.GroupNamepublic String getName()
The key of the specific import group.
GroupNamepublic Group withName(String name)
The key of the specific import group.
name - The key of the specific import group.GroupNamepublic Group withName(GroupName name)
The key of the specific import group.
name - The key of the specific import group.GroupNamepublic void setValue(String value)
The value of the specific import group.
value - The value of the specific import group.public String getValue()
The value of the specific import group.
public Group withValue(String value)
The value of the specific import group.
value - The value of the specific import group.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.