@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateIdentitySourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateIdentitySourceRequest() |
Modifier and Type | Method and Description |
---|---|
CreateIdentitySourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request.
|
Configuration |
getConfiguration()
Specifies the details required to communicate with the identity provider (IdP) associated with this identity
source.
|
String |
getPolicyStoreId()
Specifies the ID of the policy store in which you want to store this identity source.
|
String |
getPrincipalEntityType()
Specifies the namespace and data type of the principals generated for identities authenticated by the new
identity source.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request.
|
void |
setConfiguration(Configuration configuration)
Specifies the details required to communicate with the identity provider (IdP) associated with this identity
source.
|
void |
setPolicyStoreId(String policyStoreId)
Specifies the ID of the policy store in which you want to store this identity source.
|
void |
setPrincipalEntityType(String principalEntityType)
Specifies the namespace and data type of the principals generated for identities authenticated by the new
identity source.
|
String |
toString()
Returns a string representation of this object.
|
CreateIdentitySourceRequest |
withClientToken(String clientToken)
Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request.
|
CreateIdentitySourceRequest |
withConfiguration(Configuration configuration)
Specifies the details required to communicate with the identity provider (IdP) associated with this identity
source.
|
CreateIdentitySourceRequest |
withPolicyStoreId(String policyStoreId)
Specifies the ID of the policy store in which you want to store this identity source.
|
CreateIdentitySourceRequest |
withPrincipalEntityType(String principalEntityType)
Specifies the namespace and data type of the principals generated for identities authenticated by the new
identity source.
|
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 void setClientToken(String clientToken)
Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value..
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken
, but with different parameters, the retry fails
with an ConflictException
error.
Verified Permissions recognizes a ClientToken
for eight hours. After eight hours, the next request
with the same parameters performs the operation again regardless of the value of ClientToken
.
clientToken
- Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets
you safely retry the request without accidentally performing the same operation a second time. Passing the
same value to a later call to an operation requires that you also pass the same value for all other
parameters. We recommend that you use a UUID type of value..
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken
, but with different parameters, the
retry fails with an ConflictException
error.
Verified Permissions recognizes a ClientToken
for eight hours. After eight hours, the next
request with the same parameters performs the operation again regardless of the value of
ClientToken
.
public String getClientToken()
Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value..
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken
, but with different parameters, the retry fails
with an ConflictException
error.
Verified Permissions recognizes a ClientToken
for eight hours. After eight hours, the next request
with the same parameters performs the operation again regardless of the value of ClientToken
.
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken
, but with different parameters, the
retry fails with an ConflictException
error.
Verified Permissions recognizes a ClientToken
for eight hours. After eight hours, the next
request with the same parameters performs the operation again regardless of the value of
ClientToken
.
public CreateIdentitySourceRequest withClientToken(String clientToken)
Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value..
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken
, but with different parameters, the retry fails
with an ConflictException
error.
Verified Permissions recognizes a ClientToken
for eight hours. After eight hours, the next request
with the same parameters performs the operation again regardless of the value of ClientToken
.
clientToken
- Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets
you safely retry the request without accidentally performing the same operation a second time. Passing the
same value to a later call to an operation requires that you also pass the same value for all other
parameters. We recommend that you use a UUID type of value..
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken
, but with different parameters, the
retry fails with an ConflictException
error.
Verified Permissions recognizes a ClientToken
for eight hours. After eight hours, the next
request with the same parameters performs the operation again regardless of the value of
ClientToken
.
public void setPolicyStoreId(String policyStoreId)
Specifies the ID of the policy store in which you want to store this identity source. Only policies and requests made using this policy store can reference identities from the identity provider configured in the new identity source.
policyStoreId
- Specifies the ID of the policy store in which you want to store this identity source. Only policies and
requests made using this policy store can reference identities from the identity provider configured in
the new identity source.public String getPolicyStoreId()
Specifies the ID of the policy store in which you want to store this identity source. Only policies and requests made using this policy store can reference identities from the identity provider configured in the new identity source.
public CreateIdentitySourceRequest withPolicyStoreId(String policyStoreId)
Specifies the ID of the policy store in which you want to store this identity source. Only policies and requests made using this policy store can reference identities from the identity provider configured in the new identity source.
policyStoreId
- Specifies the ID of the policy store in which you want to store this identity source. Only policies and
requests made using this policy store can reference identities from the identity provider configured in
the new identity source.public void setConfiguration(Configuration configuration)
Specifies the details required to communicate with the identity provider (IdP) associated with this identity source.
configuration
- Specifies the details required to communicate with the identity provider (IdP) associated with this
identity source.public Configuration getConfiguration()
Specifies the details required to communicate with the identity provider (IdP) associated with this identity source.
public CreateIdentitySourceRequest withConfiguration(Configuration configuration)
Specifies the details required to communicate with the identity provider (IdP) associated with this identity source.
configuration
- Specifies the details required to communicate with the identity provider (IdP) associated with this
identity source.public void setPrincipalEntityType(String principalEntityType)
Specifies the namespace and data type of the principals generated for identities authenticated by the new identity source.
principalEntityType
- Specifies the namespace and data type of the principals generated for identities authenticated by the new
identity source.public String getPrincipalEntityType()
Specifies the namespace and data type of the principals generated for identities authenticated by the new identity source.
public CreateIdentitySourceRequest withPrincipalEntityType(String principalEntityType)
Specifies the namespace and data type of the principals generated for identities authenticated by the new identity source.
principalEntityType
- Specifies the namespace and data type of the principals generated for identities authenticated by the new
identity source.public String toString()
toString
in class Object
Object.toString()
public CreateIdentitySourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()