@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVerifiedAccessTrustProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateVerifiedAccessTrustProviderRequest>
NOOP
Constructor and Description |
---|
CreateVerifiedAccessTrustProviderRequest() |
Modifier and Type | Method and Description |
---|---|
CreateVerifiedAccessTrustProviderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
|
String |
getDescription()
A description for the Amazon Web Services Verified Access trust provider.
|
CreateVerifiedAccessTrustProviderDeviceOptions |
getDeviceOptions()
The options for device identity based trust providers.
|
String |
getDeviceTrustProviderType()
The type of device-based trust provider.
|
Request<CreateVerifiedAccessTrustProviderRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
CreateVerifiedAccessTrustProviderOidcOptions |
getOidcOptions()
The OpenID Connect details for an
oidc -type, user-identity based trust provider. |
String |
getPolicyReferenceName()
The identifier to be used when working with policy rules.
|
List<TagSpecification> |
getTagSpecifications()
The tags to assign to the Amazon Web Services Verified Access trust provider.
|
String |
getTrustProviderType()
The type of trust provider can be either user or device-based.
|
String |
getUserTrustProviderType()
The type of user-based trust provider.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
|
void |
setDescription(String description)
A description for the Amazon Web Services Verified Access trust provider.
|
void |
setDeviceOptions(CreateVerifiedAccessTrustProviderDeviceOptions deviceOptions)
The options for device identity based trust providers.
|
void |
setDeviceTrustProviderType(String deviceTrustProviderType)
The type of device-based trust provider.
|
void |
setOidcOptions(CreateVerifiedAccessTrustProviderOidcOptions oidcOptions)
The OpenID Connect details for an
oidc -type, user-identity based trust provider. |
void |
setPolicyReferenceName(String policyReferenceName)
The identifier to be used when working with policy rules.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Amazon Web Services Verified Access trust provider.
|
void |
setTrustProviderType(String trustProviderType)
The type of trust provider can be either user or device-based.
|
void |
setUserTrustProviderType(String userTrustProviderType)
The type of user-based trust provider.
|
String |
toString()
Returns a string representation of this object.
|
CreateVerifiedAccessTrustProviderRequest |
withClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
|
CreateVerifiedAccessTrustProviderRequest |
withDescription(String description)
A description for the Amazon Web Services Verified Access trust provider.
|
CreateVerifiedAccessTrustProviderRequest |
withDeviceOptions(CreateVerifiedAccessTrustProviderDeviceOptions deviceOptions)
The options for device identity based trust providers.
|
CreateVerifiedAccessTrustProviderRequest |
withDeviceTrustProviderType(DeviceTrustProviderType deviceTrustProviderType)
The type of device-based trust provider.
|
CreateVerifiedAccessTrustProviderRequest |
withDeviceTrustProviderType(String deviceTrustProviderType)
The type of device-based trust provider.
|
CreateVerifiedAccessTrustProviderRequest |
withOidcOptions(CreateVerifiedAccessTrustProviderOidcOptions oidcOptions)
The OpenID Connect details for an
oidc -type, user-identity based trust provider. |
CreateVerifiedAccessTrustProviderRequest |
withPolicyReferenceName(String policyReferenceName)
The identifier to be used when working with policy rules.
|
CreateVerifiedAccessTrustProviderRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Amazon Web Services Verified Access trust provider.
|
CreateVerifiedAccessTrustProviderRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the Amazon Web Services Verified Access trust provider.
|
CreateVerifiedAccessTrustProviderRequest |
withTrustProviderType(String trustProviderType)
The type of trust provider can be either user or device-based.
|
CreateVerifiedAccessTrustProviderRequest |
withTrustProviderType(TrustProviderType trustProviderType)
The type of trust provider can be either user or device-based.
|
CreateVerifiedAccessTrustProviderRequest |
withUserTrustProviderType(String userTrustProviderType)
The type of user-based trust provider.
|
CreateVerifiedAccessTrustProviderRequest |
withUserTrustProviderType(UserTrustProviderType userTrustProviderType)
The type of user-based trust provider.
|
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 CreateVerifiedAccessTrustProviderRequest()
public void setTrustProviderType(String trustProviderType)
The type of trust provider can be either user or device-based.
trustProviderType
- The type of trust provider can be either user or device-based.TrustProviderType
public String getTrustProviderType()
The type of trust provider can be either user or device-based.
TrustProviderType
public CreateVerifiedAccessTrustProviderRequest withTrustProviderType(String trustProviderType)
The type of trust provider can be either user or device-based.
trustProviderType
- The type of trust provider can be either user or device-based.TrustProviderType
public CreateVerifiedAccessTrustProviderRequest withTrustProviderType(TrustProviderType trustProviderType)
The type of trust provider can be either user or device-based.
trustProviderType
- The type of trust provider can be either user or device-based.TrustProviderType
public void setUserTrustProviderType(String userTrustProviderType)
The type of user-based trust provider.
userTrustProviderType
- The type of user-based trust provider.UserTrustProviderType
public String getUserTrustProviderType()
The type of user-based trust provider.
UserTrustProviderType
public CreateVerifiedAccessTrustProviderRequest withUserTrustProviderType(String userTrustProviderType)
The type of user-based trust provider.
userTrustProviderType
- The type of user-based trust provider.UserTrustProviderType
public CreateVerifiedAccessTrustProviderRequest withUserTrustProviderType(UserTrustProviderType userTrustProviderType)
The type of user-based trust provider.
userTrustProviderType
- The type of user-based trust provider.UserTrustProviderType
public void setDeviceTrustProviderType(String deviceTrustProviderType)
The type of device-based trust provider.
deviceTrustProviderType
- The type of device-based trust provider.DeviceTrustProviderType
public String getDeviceTrustProviderType()
The type of device-based trust provider.
DeviceTrustProviderType
public CreateVerifiedAccessTrustProviderRequest withDeviceTrustProviderType(String deviceTrustProviderType)
The type of device-based trust provider.
deviceTrustProviderType
- The type of device-based trust provider.DeviceTrustProviderType
public CreateVerifiedAccessTrustProviderRequest withDeviceTrustProviderType(DeviceTrustProviderType deviceTrustProviderType)
The type of device-based trust provider.
deviceTrustProviderType
- The type of device-based trust provider.DeviceTrustProviderType
public void setOidcOptions(CreateVerifiedAccessTrustProviderOidcOptions oidcOptions)
The OpenID Connect details for an oidc
-type, user-identity based trust provider.
oidcOptions
- The OpenID Connect details for an oidc
-type, user-identity based trust provider.public CreateVerifiedAccessTrustProviderOidcOptions getOidcOptions()
The OpenID Connect details for an oidc
-type, user-identity based trust provider.
oidc
-type, user-identity based trust provider.public CreateVerifiedAccessTrustProviderRequest withOidcOptions(CreateVerifiedAccessTrustProviderOidcOptions oidcOptions)
The OpenID Connect details for an oidc
-type, user-identity based trust provider.
oidcOptions
- The OpenID Connect details for an oidc
-type, user-identity based trust provider.public void setDeviceOptions(CreateVerifiedAccessTrustProviderDeviceOptions deviceOptions)
The options for device identity based trust providers.
deviceOptions
- The options for device identity based trust providers.public CreateVerifiedAccessTrustProviderDeviceOptions getDeviceOptions()
The options for device identity based trust providers.
public CreateVerifiedAccessTrustProviderRequest withDeviceOptions(CreateVerifiedAccessTrustProviderDeviceOptions deviceOptions)
The options for device identity based trust providers.
deviceOptions
- The options for device identity based trust providers.public void setPolicyReferenceName(String policyReferenceName)
The identifier to be used when working with policy rules.
policyReferenceName
- The identifier to be used when working with policy rules.public String getPolicyReferenceName()
The identifier to be used when working with policy rules.
public CreateVerifiedAccessTrustProviderRequest withPolicyReferenceName(String policyReferenceName)
The identifier to be used when working with policy rules.
policyReferenceName
- The identifier to be used when working with policy rules.public void setDescription(String description)
A description for the Amazon Web Services Verified Access trust provider.
description
- A description for the Amazon Web Services Verified Access trust provider.public String getDescription()
A description for the Amazon Web Services Verified Access trust provider.
public CreateVerifiedAccessTrustProviderRequest withDescription(String description)
A description for the Amazon Web Services Verified Access trust provider.
description
- A description for the Amazon Web Services Verified Access trust provider.public List<TagSpecification> getTagSpecifications()
The tags to assign to the Amazon Web Services Verified Access trust provider.
public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Amazon Web Services Verified Access trust provider.
tagSpecifications
- The tags to assign to the Amazon Web Services Verified Access trust provider.public CreateVerifiedAccessTrustProviderRequest withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the Amazon Web Services Verified Access trust provider.
NOTE: This method appends the values to the existing list (if any). Use
setTagSpecifications(java.util.Collection)
or withTagSpecifications(java.util.Collection)
if
you want to override the existing values.
tagSpecifications
- The tags to assign to the Amazon Web Services Verified Access trust provider.public CreateVerifiedAccessTrustProviderRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Amazon Web Services Verified Access trust provider.
tagSpecifications
- The tags to assign to the Amazon Web Services Verified Access trust provider.public void setClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
clientToken
- A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For
more information, see Ensuring
Idempotency.public String getClientToken()
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
public CreateVerifiedAccessTrustProviderRequest withClientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
clientToken
- A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For
more information, see Ensuring
Idempotency.public Request<CreateVerifiedAccessTrustProviderRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateVerifiedAccessTrustProviderRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateVerifiedAccessTrustProviderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()