@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFirewallConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetFirewallConfigRequest() |
Modifier and Type | Method and Description |
---|---|
GetFirewallConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResourceId()
The ID of the VPC from Amazon VPC that the configuration is for.
|
int |
hashCode() |
void |
setResourceId(String resourceId)
The ID of the VPC from Amazon VPC that the configuration is for.
|
String |
toString()
Returns a string representation of this object.
|
GetFirewallConfigRequest |
withResourceId(String resourceId)
The ID of the VPC from Amazon VPC that the configuration is for.
|
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 setResourceId(String resourceId)
The ID of the VPC from Amazon VPC that the configuration is for.
resourceId
- The ID of the VPC from Amazon VPC that the configuration is for.public String getResourceId()
The ID of the VPC from Amazon VPC that the configuration is for.
public GetFirewallConfigRequest withResourceId(String resourceId)
The ID of the VPC from Amazon VPC that the configuration is for.
resourceId
- The ID of the VPC from Amazon VPC that the configuration is for.public String toString()
toString
in class Object
Object.toString()
public GetFirewallConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()