public class TrustedSigners extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
TrustedSigners()
Default constructor for TrustedSigners object.
|
TrustedSigners(List<String> items)
Constructs a new TrustedSigners object.
|
| Modifier and Type | Method and Description |
|---|---|
TrustedSigners |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled() |
List<String> |
getItems() |
Integer |
getQuantity() |
int |
hashCode() |
Boolean |
isEnabled() |
void |
setEnabled(Boolean enabled) |
void |
setItems(Collection<String> items) |
void |
setQuantity(Integer quantity) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TrustedSigners |
withEnabled(Boolean enabled) |
TrustedSigners |
withItems(Collection<String> items) |
TrustedSigners |
withItems(String... items)
NOTE: This method appends the values to the existing list (if
any).
|
TrustedSigners |
withQuantity(Integer quantity) |
public TrustedSigners()
public void setEnabled(Boolean enabled)
enabled - public Boolean getEnabled()
public TrustedSigners withEnabled(Boolean enabled)
enabled - public Boolean isEnabled()
public void setQuantity(Integer quantity)
quantity - public Integer getQuantity()
public TrustedSigners withQuantity(Integer quantity)
quantity - public void setItems(Collection<String> items)
items - public TrustedSigners withItems(String... items)
NOTE: This method appends the values to the existing list (if
any). Use setItems(java.util.Collection) or
withItems(java.util.Collection) if you want to override the
existing values.
items - public TrustedSigners withItems(Collection<String> items)
items - public String toString()
toString in class ObjectObject.toString()public TrustedSigners clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.