@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVerifiedAccessTrustProviderDeviceOptions extends Object implements Serializable, Cloneable
Describes the options when creating an Amazon Web Services Verified Access trust provider using the
device
type.
Constructor and Description |
---|
CreateVerifiedAccessTrustProviderDeviceOptions() |
Modifier and Type | Method and Description |
---|---|
CreateVerifiedAccessTrustProviderDeviceOptions |
clone() |
boolean |
equals(Object obj) |
String |
getPublicSigningKeyUrl()
The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
|
String |
getTenantId()
The ID of the tenant application with the device-identity provider.
|
int |
hashCode() |
void |
setPublicSigningKeyUrl(String publicSigningKeyUrl)
The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
|
void |
setTenantId(String tenantId)
The ID of the tenant application with the device-identity provider.
|
String |
toString()
Returns a string representation of this object.
|
CreateVerifiedAccessTrustProviderDeviceOptions |
withPublicSigningKeyUrl(String publicSigningKeyUrl)
The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
|
CreateVerifiedAccessTrustProviderDeviceOptions |
withTenantId(String tenantId)
The ID of the tenant application with the device-identity provider.
|
public CreateVerifiedAccessTrustProviderDeviceOptions()
public void setTenantId(String tenantId)
The ID of the tenant application with the device-identity provider.
tenantId
- The ID of the tenant application with the device-identity provider.public String getTenantId()
The ID of the tenant application with the device-identity provider.
public CreateVerifiedAccessTrustProviderDeviceOptions withTenantId(String tenantId)
The ID of the tenant application with the device-identity provider.
tenantId
- The ID of the tenant application with the device-identity provider.public void setPublicSigningKeyUrl(String publicSigningKeyUrl)
The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
publicSigningKeyUrl
- The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.public String getPublicSigningKeyUrl()
The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
public CreateVerifiedAccessTrustProviderDeviceOptions withPublicSigningKeyUrl(String publicSigningKeyUrl)
The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
publicSigningKeyUrl
- The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.public String toString()
toString
in class Object
Object.toString()
public CreateVerifiedAccessTrustProviderDeviceOptions clone()