@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeviceOptions extends Object implements Serializable, Cloneable
Describes the options for an Amazon Web Services Verified Access device-identity based trust provider.
Constructor and Description |
---|
DeviceOptions() |
Modifier and Type | Method and Description |
---|---|
DeviceOptions |
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.
|
DeviceOptions |
withPublicSigningKeyUrl(String publicSigningKeyUrl)
The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
|
DeviceOptions |
withTenantId(String tenantId)
The ID of the tenant application with the device-identity provider.
|
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 DeviceOptions 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 DeviceOptions 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 DeviceOptions clone()