@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifiedAccessTrustProviderCondensed extends Object implements Serializable, Cloneable
Condensed information about a trust provider.
Constructor and Description |
---|
VerifiedAccessTrustProviderCondensed() |
Modifier and Type | Method and Description |
---|---|
VerifiedAccessTrustProviderCondensed |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of trust provider.
|
String |
getDeviceTrustProviderType()
The type of device-based trust provider.
|
String |
getTrustProviderType()
The type of trust provider (user- or device-based).
|
String |
getUserTrustProviderType()
The type of user-based trust provider.
|
String |
getVerifiedAccessTrustProviderId()
The ID of the trust provider.
|
int |
hashCode() |
void |
setDescription(String description)
The description of trust provider.
|
void |
setDeviceTrustProviderType(String deviceTrustProviderType)
The type of device-based trust provider.
|
void |
setTrustProviderType(String trustProviderType)
The type of trust provider (user- or device-based).
|
void |
setUserTrustProviderType(String userTrustProviderType)
The type of user-based trust provider.
|
void |
setVerifiedAccessTrustProviderId(String verifiedAccessTrustProviderId)
The ID of the trust provider.
|
String |
toString()
Returns a string representation of this object.
|
VerifiedAccessTrustProviderCondensed |
withDescription(String description)
The description of trust provider.
|
VerifiedAccessTrustProviderCondensed |
withDeviceTrustProviderType(DeviceTrustProviderType deviceTrustProviderType)
The type of device-based trust provider.
|
VerifiedAccessTrustProviderCondensed |
withDeviceTrustProviderType(String deviceTrustProviderType)
The type of device-based trust provider.
|
VerifiedAccessTrustProviderCondensed |
withTrustProviderType(String trustProviderType)
The type of trust provider (user- or device-based).
|
VerifiedAccessTrustProviderCondensed |
withTrustProviderType(TrustProviderType trustProviderType)
The type of trust provider (user- or device-based).
|
VerifiedAccessTrustProviderCondensed |
withUserTrustProviderType(String userTrustProviderType)
The type of user-based trust provider.
|
VerifiedAccessTrustProviderCondensed |
withUserTrustProviderType(UserTrustProviderType userTrustProviderType)
The type of user-based trust provider.
|
VerifiedAccessTrustProviderCondensed |
withVerifiedAccessTrustProviderId(String verifiedAccessTrustProviderId)
The ID of the trust provider.
|
public VerifiedAccessTrustProviderCondensed()
public void setVerifiedAccessTrustProviderId(String verifiedAccessTrustProviderId)
The ID of the trust provider.
verifiedAccessTrustProviderId
- The ID of the trust provider.public String getVerifiedAccessTrustProviderId()
The ID of the trust provider.
public VerifiedAccessTrustProviderCondensed withVerifiedAccessTrustProviderId(String verifiedAccessTrustProviderId)
The ID of the trust provider.
verifiedAccessTrustProviderId
- The ID of the trust provider.public void setDescription(String description)
The description of trust provider.
description
- The description of trust provider.public String getDescription()
The description of trust provider.
public VerifiedAccessTrustProviderCondensed withDescription(String description)
The description of trust provider.
description
- The description of trust provider.public void setTrustProviderType(String trustProviderType)
The type of trust provider (user- or device-based).
trustProviderType
- The type of trust provider (user- or device-based).TrustProviderType
public String getTrustProviderType()
The type of trust provider (user- or device-based).
TrustProviderType
public VerifiedAccessTrustProviderCondensed withTrustProviderType(String trustProviderType)
The type of trust provider (user- or device-based).
trustProviderType
- The type of trust provider (user- or device-based).TrustProviderType
public VerifiedAccessTrustProviderCondensed withTrustProviderType(TrustProviderType trustProviderType)
The type of trust provider (user- or device-based).
trustProviderType
- The type of trust provider (user- or device-based).TrustProviderType
public void setUserTrustProviderType(String userTrustProviderType)
The type of user-based trust provider.
userTrustProviderType
- The type of user-based trust provider.UserTrustProviderType
public String getUserTrustProviderType()
The type of user-based trust provider.
UserTrustProviderType
public VerifiedAccessTrustProviderCondensed withUserTrustProviderType(String userTrustProviderType)
The type of user-based trust provider.
userTrustProviderType
- The type of user-based trust provider.UserTrustProviderType
public VerifiedAccessTrustProviderCondensed withUserTrustProviderType(UserTrustProviderType userTrustProviderType)
The type of user-based trust provider.
userTrustProviderType
- The type of user-based trust provider.UserTrustProviderType
public void setDeviceTrustProviderType(String deviceTrustProviderType)
The type of device-based trust provider.
deviceTrustProviderType
- The type of device-based trust provider.DeviceTrustProviderType
public String getDeviceTrustProviderType()
The type of device-based trust provider.
DeviceTrustProviderType
public VerifiedAccessTrustProviderCondensed withDeviceTrustProviderType(String deviceTrustProviderType)
The type of device-based trust provider.
deviceTrustProviderType
- The type of device-based trust provider.DeviceTrustProviderType
public VerifiedAccessTrustProviderCondensed withDeviceTrustProviderType(DeviceTrustProviderType deviceTrustProviderType)
The type of device-based trust provider.
deviceTrustProviderType
- The type of device-based trust provider.DeviceTrustProviderType
public String toString()
toString
in class Object
Object.toString()
public VerifiedAccessTrustProviderCondensed clone()