@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutAttributesResult() |
Modifier and Type | Method and Description |
---|---|
PutAttributesResult |
clone() |
boolean |
equals(Object obj) |
List<Attribute> |
getAttributes()
The attributes applied to your resource.
|
int |
hashCode() |
void |
setAttributes(Collection<Attribute> attributes)
The attributes applied to your resource.
|
String |
toString()
Returns a string representation of this object.
|
PutAttributesResult |
withAttributes(Attribute... attributes)
The attributes applied to your resource.
|
PutAttributesResult |
withAttributes(Collection<Attribute> attributes)
The attributes applied to your resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Attribute> getAttributes()
The attributes applied to your resource.
public void setAttributes(Collection<Attribute> attributes)
The attributes applied to your resource.
attributes
- The attributes applied to your resource.public PutAttributesResult withAttributes(Attribute... attributes)
The attributes applied to your resource.
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 applied to your resource.public PutAttributesResult withAttributes(Collection<Attribute> attributes)
The attributes applied to your resource.
attributes
- The attributes applied to your resource.public String toString()
toString
in class Object
Object.toString()
public PutAttributesResult clone()