@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAttributesRequest extends Object implements Serializable, Cloneable, StructuredPojo
Specifies one or more attributes to remove from all the endpoints that are associated with an application.
Constructor and Description |
---|
UpdateAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAttributesRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getBlacklist()
An array of the attributes to remove from all the endpoints that are associated with the application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBlacklist(Collection<String> blacklist)
An array of the attributes to remove from all the endpoints that are associated with the application.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAttributesRequest |
withBlacklist(Collection<String> blacklist)
An array of the attributes to remove from all the endpoints that are associated with the application.
|
UpdateAttributesRequest |
withBlacklist(String... blacklist)
An array of the attributes to remove from all the endpoints that are associated with the application.
|
public List<String> getBlacklist()
An array of the attributes to remove from all the endpoints that are associated with the application. The array can specify the complete, exact name of each attribute to remove or it can specify a glob pattern that an attribute name must match in order for the attribute to be removed.
public void setBlacklist(Collection<String> blacklist)
An array of the attributes to remove from all the endpoints that are associated with the application. The array can specify the complete, exact name of each attribute to remove or it can specify a glob pattern that an attribute name must match in order for the attribute to be removed.
blacklist
- An array of the attributes to remove from all the endpoints that are associated with the application. The
array can specify the complete, exact name of each attribute to remove or it can specify a glob pattern
that an attribute name must match in order for the attribute to be removed.public UpdateAttributesRequest withBlacklist(String... blacklist)
An array of the attributes to remove from all the endpoints that are associated with the application. The array can specify the complete, exact name of each attribute to remove or it can specify a glob pattern that an attribute name must match in order for the attribute to be removed.
NOTE: This method appends the values to the existing list (if any). Use
setBlacklist(java.util.Collection)
or withBlacklist(java.util.Collection)
if you want to
override the existing values.
blacklist
- An array of the attributes to remove from all the endpoints that are associated with the application. The
array can specify the complete, exact name of each attribute to remove or it can specify a glob pattern
that an attribute name must match in order for the attribute to be removed.public UpdateAttributesRequest withBlacklist(Collection<String> blacklist)
An array of the attributes to remove from all the endpoints that are associated with the application. The array can specify the complete, exact name of each attribute to remove or it can specify a glob pattern that an attribute name must match in order for the attribute to be removed.
blacklist
- An array of the attributes to remove from all the endpoints that are associated with the application. The
array can specify the complete, exact name of each attribute to remove or it can specify a glob pattern
that an attribute name must match in order for the attribute to be removed.public String toString()
toString
in class Object
Object.toString()
public UpdateAttributesRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.