@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateSigninDelegateGroupsWithAccountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateSigninDelegateGroupsWithAccountRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateSigninDelegateGroupsWithAccountRequest |
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<SigninDelegateGroup> |
getSigninDelegateGroups()
The sign-in delegate groups.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Chime account ID.
|
void |
setSigninDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups)
The sign-in delegate groups.
|
String |
toString()
Returns a string representation of this object.
|
AssociateSigninDelegateGroupsWithAccountRequest |
withAccountId(String accountId)
The Amazon Chime account ID.
|
AssociateSigninDelegateGroupsWithAccountRequest |
withSigninDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups)
The sign-in delegate groups.
|
AssociateSigninDelegateGroupsWithAccountRequest |
withSigninDelegateGroups(SigninDelegateGroup... signinDelegateGroups)
The sign-in delegate groups.
|
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, withSdkRequestTimeout
public AssociateSigninDelegateGroupsWithAccountRequest()
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 AssociateSigninDelegateGroupsWithAccountRequest withAccountId(String accountId)
The Amazon Chime account ID.
accountId
- The Amazon Chime account ID.public List<SigninDelegateGroup> getSigninDelegateGroups()
The sign-in delegate groups.
public void setSigninDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups)
The sign-in delegate groups.
signinDelegateGroups
- The sign-in delegate groups.public AssociateSigninDelegateGroupsWithAccountRequest withSigninDelegateGroups(SigninDelegateGroup... signinDelegateGroups)
The sign-in delegate groups.
NOTE: This method appends the values to the existing list (if any). Use
setSigninDelegateGroups(java.util.Collection)
or withSigninDelegateGroups(java.util.Collection)
if you want to override the existing values.
signinDelegateGroups
- The sign-in delegate groups.public AssociateSigninDelegateGroupsWithAccountRequest withSigninDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups)
The sign-in delegate groups.
signinDelegateGroups
- The sign-in delegate groups.public String toString()
toString
in class Object
Object.toString()
public AssociateSigninDelegateGroupsWithAccountRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()