@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeviceOptions extends Object implements Serializable, Cloneable
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 |
getTenantId()
The ID of the tenant application with the device-identity provider.
|
int |
hashCode() |
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 |
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 String toString()
toString
in class Object
Object.toString()
public DeviceOptions clone()
Copyright © 2022. All rights reserved.