@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttributesResource extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AttributesResource() |
Modifier and Type | Method and Description |
---|---|
AttributesResource |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique ID for the application.
|
List<String> |
getAttributes()
The attributes for the application.
|
String |
getAttributeType()
The attribute type for the application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationId(String applicationId)
The unique ID for the application.
|
void |
setAttributes(Collection<String> attributes)
The attributes for the application.
|
void |
setAttributeType(String attributeType)
The attribute type for the application.
|
String |
toString()
Returns a string representation of this object.
|
AttributesResource |
withApplicationId(String applicationId)
The unique ID for the application.
|
AttributesResource |
withAttributes(Collection<String> attributes)
The attributes for the application.
|
AttributesResource |
withAttributes(String... attributes)
The attributes for the application.
|
AttributesResource |
withAttributeType(String attributeType)
The attribute type for the application.
|
public void setApplicationId(String applicationId)
applicationId
- The unique ID for the application.public String getApplicationId()
public AttributesResource withApplicationId(String applicationId)
applicationId
- The unique ID for the application.public void setAttributeType(String attributeType)
attributeType
- The attribute type for the application.public String getAttributeType()
public AttributesResource withAttributeType(String attributeType)
attributeType
- The attribute type for the application.public List<String> getAttributes()
public void setAttributes(Collection<String> attributes)
attributes
- The attributes for the application.public AttributesResource withAttributes(String... attributes)
NOTE: This method appends the values to the existing list (if any). Use
setAttributes(java.util.Collection)
or withAttributes(java.util.Collection)
if you want to
override the existing values.
attributes
- The attributes for the application.public AttributesResource withAttributes(Collection<String> attributes)
attributes
- The attributes for the application.public String toString()
toString
in class Object
Object.toString()
public AttributesResource 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.