@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVoiceConnectorTerminationCredentialsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListVoiceConnectorTerminationCredentialsResult() |
Modifier and Type | Method and Description |
---|---|
ListVoiceConnectorTerminationCredentialsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getUsernames() |
int |
hashCode() |
void |
setUsernames(Collection<String> usernames) |
String |
toString()
Returns a string representation of this object.
|
ListVoiceConnectorTerminationCredentialsResult |
withUsernames(Collection<String> usernames) |
ListVoiceConnectorTerminationCredentialsResult |
withUsernames(String... usernames)
NOTE: This method appends the values to the existing list (if any).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListVoiceConnectorTerminationCredentialsResult()
public void setUsernames(Collection<String> usernames)
usernames
- public ListVoiceConnectorTerminationCredentialsResult withUsernames(String... usernames)
NOTE: This method appends the values to the existing list (if any). Use
setUsernames(java.util.Collection)
or withUsernames(java.util.Collection)
if you want to
override the existing values.
usernames
- public ListVoiceConnectorTerminationCredentialsResult withUsernames(Collection<String> usernames)
usernames
- public String toString()
toString
in class Object
Object.toString()
public ListVoiceConnectorTerminationCredentialsResult clone()