@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public ListVoiceConnectorTerminationCredentialsResult clone()
Copyright © 2023. All rights reserved.