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