@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateSigninDelegateGroupsFromAccountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateSigninDelegateGroupsFromAccountRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateSigninDelegateGroupsFromAccountRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Chime account ID.
|
List<String> |
getGroupNames()
The sign-in delegate group names.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Chime account ID.
|
void |
setGroupNames(Collection<String> groupNames)
The sign-in delegate group names.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateSigninDelegateGroupsFromAccountRequest |
withAccountId(String accountId)
The Amazon Chime account ID.
|
DisassociateSigninDelegateGroupsFromAccountRequest |
withGroupNames(Collection<String> groupNames)
The sign-in delegate group names.
|
DisassociateSigninDelegateGroupsFromAccountRequest |
withGroupNames(String... groupNames)
The sign-in delegate group names.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DisassociateSigninDelegateGroupsFromAccountRequest()
public void setAccountId(String accountId)
The Amazon Chime account ID.
accountId - The Amazon Chime account ID.public String getAccountId()
The Amazon Chime account ID.
public DisassociateSigninDelegateGroupsFromAccountRequest withAccountId(String accountId)
The Amazon Chime account ID.
accountId - The Amazon Chime account ID.public List<String> getGroupNames()
The sign-in delegate group names.
public void setGroupNames(Collection<String> groupNames)
The sign-in delegate group names.
groupNames - The sign-in delegate group names.public DisassociateSigninDelegateGroupsFromAccountRequest withGroupNames(String... groupNames)
The sign-in delegate group names.
NOTE: This method appends the values to the existing list (if any). Use
setGroupNames(java.util.Collection) or withGroupNames(java.util.Collection) if you want to
override the existing values.
groupNames - The sign-in delegate group names.public DisassociateSigninDelegateGroupsFromAccountRequest withGroupNames(Collection<String> groupNames)
The sign-in delegate group names.
groupNames - The sign-in delegate group names.public String toString()
toString in class ObjectObject.toString()public DisassociateSigninDelegateGroupsFromAccountRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()