@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEffectiveTagPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetEffectiveTagPolicyResult() |
| Modifier and Type | Method and Description |
|---|---|
GetEffectiveTagPolicyResult |
clone() |
boolean |
equals(Object obj) |
Date |
getLastUpdated()
The last time this tag policy was updated.
|
String |
getPolicy()
The contents of the tag policy that is effective for this account.
|
int |
hashCode() |
void |
setLastUpdated(Date lastUpdated)
The last time this tag policy was updated.
|
void |
setPolicy(String policy)
The contents of the tag policy that is effective for this account.
|
String |
toString()
Returns a string representation of this object.
|
GetEffectiveTagPolicyResult |
withLastUpdated(Date lastUpdated)
The last time this tag policy was updated.
|
GetEffectiveTagPolicyResult |
withPolicy(String policy)
The contents of the tag policy that is effective for this account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPolicy(String policy)
The contents of the tag policy that is effective for this account.
policy - The contents of the tag policy that is effective for this account.public String getPolicy()
The contents of the tag policy that is effective for this account.
public GetEffectiveTagPolicyResult withPolicy(String policy)
The contents of the tag policy that is effective for this account.
policy - The contents of the tag policy that is effective for this account.public void setLastUpdated(Date lastUpdated)
The last time this tag policy was updated.
lastUpdated - The last time this tag policy was updated.public Date getLastUpdated()
The last time this tag policy was updated.
public GetEffectiveTagPolicyResult withLastUpdated(Date lastUpdated)
The last time this tag policy was updated.
lastUpdated - The last time this tag policy was updated.public String toString()
toString in class ObjectObject.toString()public GetEffectiveTagPolicyResult clone()
Copyright © 2019. All rights reserved.