@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutProtocolsListRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutProtocolsListRequest() |
Modifier and Type | Method and Description |
---|---|
PutProtocolsListRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ProtocolsListData |
getProtocolsList()
The details of the Firewall Manager protocols list to be created.
|
List<Tag> |
getTagList()
The tags associated with the resource.
|
int |
hashCode() |
void |
setProtocolsList(ProtocolsListData protocolsList)
The details of the Firewall Manager protocols list to be created.
|
void |
setTagList(Collection<Tag> tagList)
The tags associated with the resource.
|
String |
toString()
Returns a string representation of this object.
|
PutProtocolsListRequest |
withProtocolsList(ProtocolsListData protocolsList)
The details of the Firewall Manager protocols list to be created.
|
PutProtocolsListRequest |
withTagList(Collection<Tag> tagList)
The tags associated with the resource.
|
PutProtocolsListRequest |
withTagList(Tag... tagList)
The tags associated with the resource.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setProtocolsList(ProtocolsListData protocolsList)
The details of the Firewall Manager protocols list to be created.
protocolsList
- The details of the Firewall Manager protocols list to be created.public ProtocolsListData getProtocolsList()
The details of the Firewall Manager protocols list to be created.
public PutProtocolsListRequest withProtocolsList(ProtocolsListData protocolsList)
The details of the Firewall Manager protocols list to be created.
protocolsList
- The details of the Firewall Manager protocols list to be created.public List<Tag> getTagList()
The tags associated with the resource.
public void setTagList(Collection<Tag> tagList)
The tags associated with the resource.
tagList
- The tags associated with the resource.public PutProtocolsListRequest withTagList(Tag... tagList)
The tags associated with the resource.
NOTE: This method appends the values to the existing list (if any). Use
setTagList(java.util.Collection)
or withTagList(java.util.Collection)
if you want to override
the existing values.
tagList
- The tags associated with the resource.public PutProtocolsListRequest withTagList(Collection<Tag> tagList)
The tags associated with the resource.
tagList
- The tags associated with the resource.public String toString()
toString
in class Object
Object.toString()
public PutProtocolsListRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()