@Generated(value="software.amazon.awssdk:codegen") public final class GeneratedPolicyProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GeneratedPolicyProperties.Builder,GeneratedPolicyProperties>
Contains the generated policy details.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GeneratedPolicyProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GeneratedPolicyProperties.Builder |
builder() |
CloudTrailProperties |
cloudTrailProperties()
Lists details about the
Trail used to generated policy. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isComplete()
This value is set to
true if the generated policy contains all possible actions for a service that
IAM Access Analyzer identified from the CloudTrail trail that you specified, and false otherwise. |
String |
principalArn()
The ARN of the IAM entity (user or role) for which you are generating a policy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GeneratedPolicyProperties.Builder> |
serializableBuilderClass() |
GeneratedPolicyProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CloudTrailProperties cloudTrailProperties()
Lists details about the Trail used to generated policy.
Trail used to generated policy.public final Boolean isComplete()
This value is set to true if the generated policy contains all possible actions for a service that
IAM Access Analyzer identified from the CloudTrail trail that you specified, and false otherwise.
true if the generated policy contains all possible actions for a
service that IAM Access Analyzer identified from the CloudTrail trail that you specified, and
false otherwise.public final String principalArn()
The ARN of the IAM entity (user or role) for which you are generating a policy.
public GeneratedPolicyProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GeneratedPolicyProperties.Builder,GeneratedPolicyProperties>public static GeneratedPolicyProperties.Builder builder()
public static Class<? extends GeneratedPolicyProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.