@Generated(value="software.amazon.awssdk:codegen") public final class Method extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Method.Builder,Method>
Inspect the HTTP method of the web request. The method indicates the type of operation that the request is asking the origin to perform.
This is used in the FieldToMatch specification for some web request component types.
JSON specification: "Method": {}
| Modifier and Type | Class and Description |
|---|---|
static interface |
Method.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Method.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Method.Builder> |
serializableBuilderClass() |
Method.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Method.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Method.Builder,Method>public static Method.Builder builder()
public static Class<? extends Method.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.