@Generated(value="software.amazon.awssdk:codegen") public final class GetResourcePoliciesResponseEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GetResourcePoliciesResponseEntry.Builder,GetResourcePoliciesResponseEntry>
A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage
your Systems Manager resources. Currently, OpsItemGroup
is the only resource that supports Systems
Manager resource policies. The resource policy for OpsItemGroup
enables Amazon Web Services accounts to
view and interact with OpsCenter operational work items (OpsItems).
Modifier and Type | Class and Description |
---|---|
static interface |
GetResourcePoliciesResponseEntry.Builder |
Modifier and Type | Method and Description |
---|---|
static GetResourcePoliciesResponseEntry.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
policy()
A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can
manage your Systems Manager resources.
|
String |
policyHash()
ID of the current policy version.
|
String |
policyId()
A policy ID.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetResourcePoliciesResponseEntry.Builder> |
serializableBuilderClass() |
GetResourcePoliciesResponseEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String policyId()
A policy ID.
public final String policyHash()
ID of the current policy version. The hash helps to prevent a situation where multiple users attempt to overwrite a policy. You must provide this hash when updating or deleting a policy.
public final String policy()
A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can
manage your Systems Manager resources. Currently, OpsItemGroup
is the only resource that supports
Systems Manager resource policies. The resource policy for OpsItemGroup
enables Amazon Web Services
accounts to view and interact with OpsCenter operational work items (OpsItems).
OpsItemGroup
is the only resource that
supports Systems Manager resource policies. The resource policy for OpsItemGroup
enables
Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).public GetResourcePoliciesResponseEntry.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<GetResourcePoliciesResponseEntry.Builder,GetResourcePoliciesResponseEntry>
public static GetResourcePoliciesResponseEntry.Builder builder()
public static Class<? extends GetResourcePoliciesResponseEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.