@Generated(value="software.amazon.awssdk:codegen") public final class CreatePolicyTemplateResponse extends VerifiedPermissionsResponse implements ToCopyableBuilder<CreatePolicyTemplateResponse.Builder,CreatePolicyTemplateResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreatePolicyTemplateResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreatePolicyTemplateResponse.Builder |
builder() |
Instant |
createdDate()
The date and time the policy template was originally created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDate()
The date and time the policy template was most recently updated.
|
String |
policyStoreId()
The ID of the policy store that contains the policy template.
|
String |
policyTemplateId()
The unique ID of the new policy template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreatePolicyTemplateResponse.Builder> |
serializableBuilderClass() |
CreatePolicyTemplateResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String policyStoreId()
The ID of the policy store that contains the policy template.
public final String policyTemplateId()
The unique ID of the new policy template.
public final Instant createdDate()
The date and time the policy template was originally created.
public final Instant lastUpdatedDate()
The date and time the policy template was most recently updated.
public CreatePolicyTemplateResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreatePolicyTemplateResponse.Builder,CreatePolicyTemplateResponse>toBuilder in class AwsResponsepublic static CreatePolicyTemplateResponse.Builder builder()
public static Class<? extends CreatePolicyTemplateResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.