@Generated(value="software.amazon.awssdk:codegen") public final class AwsIamPolicyVersion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsIamPolicyVersion.Builder,AwsIamPolicyVersion>
A version of an IAM policy.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsIamPolicyVersion.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsIamPolicyVersion.Builder |
builder() |
String |
createDate()
Indicates when the version was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isDefaultVersion()
Whether the version is the default version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsIamPolicyVersion.Builder> |
serializableBuilderClass() |
AwsIamPolicyVersion.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionId()
The identifier of the policy version.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String versionId()
The identifier of the policy version.
public final Boolean isDefaultVersion()
Whether the version is the default version.
public final String createDate()
Indicates when the version was created.
Uses the date-time format specified in RFC
3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be
separated by T. For example, 2020-03-22T13:22:13.933Z.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T. For
example, 2020-03-22T13:22:13.933Z.
public AwsIamPolicyVersion.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsIamPolicyVersion.Builder,AwsIamPolicyVersion>public static AwsIamPolicyVersion.Builder builder()
public static Class<? extends AwsIamPolicyVersion.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.