@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrustStoreAssociation extends Object implements Serializable, Cloneable
Information about the resources a trust store is associated with.
Constructor and Description |
---|
TrustStoreAssociation() |
Modifier and Type | Method and Description |
---|---|
TrustStoreAssociation |
clone() |
boolean |
equals(Object obj) |
String |
getResourceArn()
The Amazon Resource Name (ARN) of the resource.
|
int |
hashCode() |
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
String |
toString()
Returns a string representation of this object.
|
TrustStoreAssociation |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
public void setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
resourceArn
- The Amazon Resource Name (ARN) of the resource.public String getResourceArn()
The Amazon Resource Name (ARN) of the resource.
public TrustStoreAssociation withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
resourceArn
- The Amazon Resource Name (ARN) of the resource.public String toString()
toString
in class Object
Object.toString()
public TrustStoreAssociation clone()