@Generated(value="software.amazon.awssdk:codegen") public final class PutProtocolsListResponse extends FmsResponse implements ToCopyableBuilder<PutProtocolsListResponse.Builder,PutProtocolsListResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutProtocolsListResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutProtocolsListResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ProtocolsListData |
protocolsList()
The details of the AWS Firewall Manager protocols list.
|
String |
protocolsListArn()
The Amazon Resource Name (ARN) of the protocols list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutProtocolsListResponse.Builder> |
serializableBuilderClass() |
PutProtocolsListResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic ProtocolsListData protocolsList()
The details of the AWS Firewall Manager protocols list.
public String protocolsListArn()
The Amazon Resource Name (ARN) of the protocols list.
public PutProtocolsListResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutProtocolsListResponse.Builder,PutProtocolsListResponse>toBuilder in class AwsResponsepublic static PutProtocolsListResponse.Builder builder()
public static Class<? extends PutProtocolsListResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.