public class AttributesResource
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AttributesResource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationId()
The unique ID for the application.
|
java.util.List<java.lang.String> |
getAttributes()
The attributes for the application.
|
java.lang.String |
getAttributeType()
The attribute type for the application.
|
int |
hashCode() |
void |
setApplicationId(java.lang.String applicationId)
The unique ID for the application.
|
void |
setAttributes(java.util.Collection<java.lang.String> attributes)
The attributes for the application.
|
void |
setAttributeType(java.lang.String attributeType)
The attribute type for the application.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AttributesResource |
withApplicationId(java.lang.String applicationId)
The unique ID for the application.
|
AttributesResource |
withAttributes(java.util.Collection<java.lang.String> attributes)
The attributes for the application.
|
AttributesResource |
withAttributes(java.lang.String... attributes)
The attributes for the application.
|
AttributesResource |
withAttributeType(java.lang.String attributeType)
The attribute type for the application.
|
public java.lang.String getApplicationId()
public void setApplicationId(java.lang.String applicationId)
applicationId
- The unique ID for the application.public AttributesResource withApplicationId(java.lang.String applicationId)
Returns a reference to this object so that method calls can be chained together.
applicationId
- The unique ID for the application.public java.lang.String getAttributeType()
public void setAttributeType(java.lang.String attributeType)
attributeType
- The attribute type for the application.public AttributesResource withAttributeType(java.lang.String attributeType)
Returns a reference to this object so that method calls can be chained together.
attributeType
- The attribute type for the application.public java.util.List<java.lang.String> getAttributes()
public void setAttributes(java.util.Collection<java.lang.String> attributes)
attributes
- The attributes for the application.public AttributesResource withAttributes(java.lang.String... attributes)
Returns a reference to this object so that method calls can be chained together.
attributes
- The attributes for the application.public AttributesResource withAttributes(java.util.Collection<java.lang.String> attributes)
Returns a reference to this object so that method calls can be chained together.
attributes
- The attributes for the application.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.