Class Policy
java.lang.Object
com.amazonaws.services.iot.model.Policy
- All Implemented Interfaces:
Serializable, Cloneable
Describes an AWS IoT policy.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe policy ARN.The policy name.inthashCode()voidsetPolicyArn(String policyArn) The policy ARN.voidsetPolicyName(String policyName) The policy name.toString()Returns a string representation of this object; useful for testing and debugging.withPolicyArn(String policyArn) The policy ARN.withPolicyName(String policyName) The policy name.
-
Constructor Details
-
Policy
public Policy()
-
-
Method Details
-
setPolicyName
The policy name.
- Parameters:
policyName- The policy name.
-
getPolicyName
-
withPolicyName
-
setPolicyArn
-
getPolicyArn
-
withPolicyArn
-
toString
-
equals
-
hashCode
-
clone
-