@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVerifiedAccessTrustProviderDeviceOptions extends Object implements Serializable, Cloneable
Options for a device-identity type trust provider.
Constructor and Description |
---|
CreateVerifiedAccessTrustProviderDeviceOptions() |
Modifier and Type | Method and Description |
---|---|
CreateVerifiedAccessTrustProviderDeviceOptions |
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.
|
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 String toString()
toString
in class Object
Object.toString()
public CreateVerifiedAccessTrustProviderDeviceOptions clone()