@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 Verified Access trust provider.
|
CreateVerifiedAccessTrustProviderDeviceOptions |
getDeviceOptions()
The options for a device-based trust provider.
|
String |
getDeviceTrustProviderType()
The type of device-based trust provider.
|
Request<CreateVerifiedAccessTrustProviderRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
CreateVerifiedAccessTrustProviderOidcOptions |
getOidcOptions()
The options for a OpenID Connect-compatible user-identity trust provider.
|
String |
getPolicyReferenceName()
The identifier to be used when working with policy rules.
|
VerifiedAccessSseSpecificationRequest |
getSseSpecification()
The options for server side encryption.
|
List<TagSpecification> |
getTagSpecifications()
The tags to assign to the Verified Access trust provider.
|
String |
getTrustProviderType()
The type of trust provider.
|
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 Verified Access trust provider.
|
void |
setDeviceOptions(CreateVerifiedAccessTrustProviderDeviceOptions deviceOptions)
The options for a device-based trust provider.
|
void |
setDeviceTrustProviderType(String deviceTrustProviderType)
The type of device-based trust provider.
|
void |
setOidcOptions(CreateVerifiedAccessTrustProviderOidcOptions oidcOptions)
The options for a OpenID Connect-compatible user-identity trust provider.
|
void |
setPolicyReferenceName(String policyReferenceName)
The identifier to be used when working with policy rules.
|
void |
setSseSpecification(VerifiedAccessSseSpecificationRequest sseSpecification)
The options for server side encryption.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Verified Access trust provider.
|
void |
setTrustProviderType(String trustProviderType)
The type of trust provider.
|
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 Verified Access trust provider.
|
CreateVerifiedAccessTrustProviderRequest |
withDeviceOptions(CreateVerifiedAccessTrustProviderDeviceOptions deviceOptions)
The options for a device-based trust provider.
|
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 options for a OpenID Connect-compatible user-identity trust provider.
|
CreateVerifiedAccessTrustProviderRequest |
withPolicyReferenceName(String policyReferenceName)
The identifier to be used when working with policy rules.
|
CreateVerifiedAccessTrustProviderRequest |
withSseSpecification(VerifiedAccessSseSpecificationRequest sseSpecification)
The options for server side encryption.
|
CreateVerifiedAccessTrustProviderRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Verified Access trust provider.
|
CreateVerifiedAccessTrustProviderRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the Verified Access trust provider.
|
CreateVerifiedAccessTrustProviderRequest |
withTrustProviderType(String trustProviderType)
The type of trust provider.
|
CreateVerifiedAccessTrustProviderRequest |
withTrustProviderType(TrustProviderType trustProviderType)
The type of trust provider.
|
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.
trustProviderType
- The type of trust provider.TrustProviderType
public String getTrustProviderType()
The type of trust provider.
TrustProviderType
public CreateVerifiedAccessTrustProviderRequest withTrustProviderType(String trustProviderType)
The type of trust provider.
trustProviderType
- The type of trust provider.TrustProviderType
public CreateVerifiedAccessTrustProviderRequest withTrustProviderType(TrustProviderType trustProviderType)
The type of trust provider.
trustProviderType
- The type of trust provider.TrustProviderType
public void setUserTrustProviderType(String userTrustProviderType)
The type of user-based trust provider. This parameter is required when the provider type is user
.
userTrustProviderType
- The type of user-based trust provider. This parameter is required when the provider type is
user
.UserTrustProviderType
public String getUserTrustProviderType()
The type of user-based trust provider. This parameter is required when the provider type is user
.
user
.UserTrustProviderType
public CreateVerifiedAccessTrustProviderRequest withUserTrustProviderType(String userTrustProviderType)
The type of user-based trust provider. This parameter is required when the provider type is user
.
userTrustProviderType
- The type of user-based trust provider. This parameter is required when the provider type is
user
.UserTrustProviderType
public CreateVerifiedAccessTrustProviderRequest withUserTrustProviderType(UserTrustProviderType userTrustProviderType)
The type of user-based trust provider. This parameter is required when the provider type is user
.
userTrustProviderType
- The type of user-based trust provider. This parameter is required when the provider type is
user
.UserTrustProviderType
public void setDeviceTrustProviderType(String deviceTrustProviderType)
The type of device-based trust provider. This parameter is required when the provider type is device
.
deviceTrustProviderType
- The type of device-based trust provider. This parameter is required when the provider type is
device
.DeviceTrustProviderType
public String getDeviceTrustProviderType()
The type of device-based trust provider. This parameter is required when the provider type is device
.
device
.DeviceTrustProviderType
public CreateVerifiedAccessTrustProviderRequest withDeviceTrustProviderType(String deviceTrustProviderType)
The type of device-based trust provider. This parameter is required when the provider type is device
.
deviceTrustProviderType
- The type of device-based trust provider. This parameter is required when the provider type is
device
.DeviceTrustProviderType
public CreateVerifiedAccessTrustProviderRequest withDeviceTrustProviderType(DeviceTrustProviderType deviceTrustProviderType)
The type of device-based trust provider. This parameter is required when the provider type is device
.
deviceTrustProviderType
- The type of device-based trust provider. This parameter is required when the provider type is
device
.DeviceTrustProviderType
public void setOidcOptions(CreateVerifiedAccessTrustProviderOidcOptions oidcOptions)
The options for a OpenID Connect-compatible user-identity trust provider. This parameter is required when the
provider type is user
.
oidcOptions
- The options for a OpenID Connect-compatible user-identity trust provider. This parameter is required when
the provider type is user
.public CreateVerifiedAccessTrustProviderOidcOptions getOidcOptions()
The options for a OpenID Connect-compatible user-identity trust provider. This parameter is required when the
provider type is user
.
user
.public CreateVerifiedAccessTrustProviderRequest withOidcOptions(CreateVerifiedAccessTrustProviderOidcOptions oidcOptions)
The options for a OpenID Connect-compatible user-identity trust provider. This parameter is required when the
provider type is user
.
oidcOptions
- The options for a OpenID Connect-compatible user-identity trust provider. This parameter is required when
the provider type is user
.public void setDeviceOptions(CreateVerifiedAccessTrustProviderDeviceOptions deviceOptions)
The options for a device-based trust provider. This parameter is required when the provider type is
device
.
deviceOptions
- The options for a device-based trust provider. This parameter is required when the provider type is
device
.public CreateVerifiedAccessTrustProviderDeviceOptions getDeviceOptions()
The options for a device-based trust provider. This parameter is required when the provider type is
device
.
device
.public CreateVerifiedAccessTrustProviderRequest withDeviceOptions(CreateVerifiedAccessTrustProviderDeviceOptions deviceOptions)
The options for a device-based trust provider. This parameter is required when the provider type is
device
.
deviceOptions
- The options for a device-based trust provider. This parameter is required when the provider type is
device
.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 Verified Access trust provider.
description
- A description for the Verified Access trust provider.public String getDescription()
A description for the Verified Access trust provider.
public CreateVerifiedAccessTrustProviderRequest withDescription(String description)
A description for the Verified Access trust provider.
description
- A description for the Verified Access trust provider.public List<TagSpecification> getTagSpecifications()
The tags to assign to the Verified Access trust provider.
public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Verified Access trust provider.
tagSpecifications
- The tags to assign to the Verified Access trust provider.public CreateVerifiedAccessTrustProviderRequest withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the 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 Verified Access trust provider.public CreateVerifiedAccessTrustProviderRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Verified Access trust provider.
tagSpecifications
- The tags to assign to the 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 void setSseSpecification(VerifiedAccessSseSpecificationRequest sseSpecification)
The options for server side encryption.
sseSpecification
- The options for server side encryption.public VerifiedAccessSseSpecificationRequest getSseSpecification()
The options for server side encryption.
public CreateVerifiedAccessTrustProviderRequest withSseSpecification(VerifiedAccessSseSpecificationRequest sseSpecification)
The options for server side encryption.
sseSpecification
- The options for server side encryption.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()