@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyVerifiedAccessTrustProviderDeviceOptions extends Object implements Serializable, Cloneable
Modifies the configuration of the specified device-based Amazon Web Services Verified Access trust provider.
Constructor and Description |
---|
ModifyVerifiedAccessTrustProviderDeviceOptions() |
Modifier and Type | Method and Description |
---|---|
ModifyVerifiedAccessTrustProviderDeviceOptions |
clone() |
boolean |
equals(Object obj) |
String |
getPublicSigningKeyUrl()
The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
|
int |
hashCode() |
void |
setPublicSigningKeyUrl(String publicSigningKeyUrl)
The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
|
String |
toString()
Returns a string representation of this object.
|
ModifyVerifiedAccessTrustProviderDeviceOptions |
withPublicSigningKeyUrl(String publicSigningKeyUrl)
The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
|
public ModifyVerifiedAccessTrustProviderDeviceOptions()
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 ModifyVerifiedAccessTrustProviderDeviceOptions 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 ModifyVerifiedAccessTrustProviderDeviceOptions clone()