@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInputSecurityGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeInputSecurityGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeInputSecurityGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInputSecurityGroupId()
The id of the Input Security Group to describe
|
int |
hashCode() |
void |
setInputSecurityGroupId(String inputSecurityGroupId)
The id of the Input Security Group to describe
|
String |
toString()
Returns a string representation of this object.
|
DescribeInputSecurityGroupRequest |
withInputSecurityGroupId(String inputSecurityGroupId)
The id of the Input Security Group to describe
|
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 setInputSecurityGroupId(String inputSecurityGroupId)
inputSecurityGroupId
- The id of the Input Security Group to describepublic String getInputSecurityGroupId()
public DescribeInputSecurityGroupRequest withInputSecurityGroupId(String inputSecurityGroupId)
inputSecurityGroupId
- The id of the Input Security Group to describepublic String toString()
toString
in class Object
Object.toString()
public DescribeInputSecurityGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()