public class UpdateAttributesRequest
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
UpdateAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getBlacklist()
The GLOB wildcard for removing the attributes in the application
|
int |
hashCode() |
void |
setBlacklist(java.util.Collection<java.lang.String> blacklist)
The GLOB wildcard for removing the attributes in the application
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateAttributesRequest |
withBlacklist(java.util.Collection<java.lang.String> blacklist)
The GLOB wildcard for removing the attributes in the application
|
UpdateAttributesRequest |
withBlacklist(java.lang.String... blacklist)
The GLOB wildcard for removing the attributes in the application
|
public java.util.List<java.lang.String> getBlacklist()
public void setBlacklist(java.util.Collection<java.lang.String> blacklist)
blacklist
- The GLOB wildcard for removing the attributes in the
applicationpublic UpdateAttributesRequest withBlacklist(java.lang.String... blacklist)
Returns a reference to this object so that method calls can be chained together.
blacklist
- The GLOB wildcard for removing the attributes in the
applicationpublic UpdateAttributesRequest withBlacklist(java.util.Collection<java.lang.String> blacklist)
Returns a reference to this object so that method calls can be chained together.
blacklist
- The GLOB wildcard for removing the attributes in the
applicationpublic 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.