@Generated(value="software.amazon.awssdk:codegen") public final class ListOriginRequestPoliciesRequest extends CloudFrontRequest implements ToCopyableBuilder<ListOriginRequestPoliciesRequest.Builder,ListOriginRequestPoliciesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListOriginRequestPoliciesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListOriginRequestPoliciesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
marker()
Use this field when paginating results to indicate where to begin in your list of origin request policies.
|
String |
maxItems()
The maximum number of origin request policies that you want in the response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListOriginRequestPoliciesRequest.Builder> |
serializableBuilderClass() |
ListOriginRequestPoliciesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
OriginRequestPolicyType |
type()
A filter to return only the specified kinds of origin request policies.
|
String |
typeAsString()
A filter to return only the specified kinds of origin request policies.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final OriginRequestPolicyType type()
A filter to return only the specified kinds of origin request policies. Valid values are:
managed – Returns only the managed policies created by Amazon Web Services.
custom – Returns only the custom policies created in your Amazon Web Services account.
If the service returns an enum value that is not available in the current SDK version, type will return
OriginRequestPolicyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
managed – Returns only the managed policies created by Amazon Web Services.
custom – Returns only the custom policies created in your Amazon Web Services account.
OriginRequestPolicyTypepublic final String typeAsString()
A filter to return only the specified kinds of origin request policies. Valid values are:
managed – Returns only the managed policies created by Amazon Web Services.
custom – Returns only the custom policies created in your Amazon Web Services account.
If the service returns an enum value that is not available in the current SDK version, type will return
OriginRequestPolicyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
managed – Returns only the managed policies created by Amazon Web Services.
custom – Returns only the custom policies created in your Amazon Web Services account.
OriginRequestPolicyTypepublic final String marker()
Use this field when paginating results to indicate where to begin in your list of origin request policies. The
response includes origin request policies in the list that occur after the marker. To get the next page of the
list, set this field's value to the value of NextMarker from the current page's response.
NextMarker from the
current page's response.public final String maxItems()
The maximum number of origin request policies that you want in the response.
public ListOriginRequestPoliciesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListOriginRequestPoliciesRequest.Builder,ListOriginRequestPoliciesRequest>toBuilder in class CloudFrontRequestpublic static ListOriginRequestPoliciesRequest.Builder builder()
public static Class<? extends ListOriginRequestPoliciesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.