@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.GroupName
public String getName()
The key of the specific import group.
GroupName
public Group withName(String name)
The key of the specific import group.
name
- The key of the specific import group.GroupName
public Group withName(GroupName name)
The key of the specific import group.
name
- The key of the specific import group.GroupName
public 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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.