@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateIpamByoasnRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DisassociateIpamByoasnRequest>
NOOP
Constructor and Description |
---|
DisassociateIpamByoasnRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateIpamByoasnRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAsn()
A public 2-byte or 4-byte ASN.
|
String |
getCidr()
A BYOIP CIDR.
|
Request<DisassociateIpamByoasnRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
void |
setAsn(String asn)
A public 2-byte or 4-byte ASN.
|
void |
setCidr(String cidr)
A BYOIP CIDR.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateIpamByoasnRequest |
withAsn(String asn)
A public 2-byte or 4-byte ASN.
|
DisassociateIpamByoasnRequest |
withCidr(String cidr)
A BYOIP CIDR.
|
addHandlerContext, copyBaseTo, 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 setAsn(String asn)
A public 2-byte or 4-byte ASN.
asn
- A public 2-byte or 4-byte ASN.public String getAsn()
A public 2-byte or 4-byte ASN.
public DisassociateIpamByoasnRequest withAsn(String asn)
A public 2-byte or 4-byte ASN.
asn
- A public 2-byte or 4-byte ASN.public void setCidr(String cidr)
A BYOIP CIDR.
cidr
- A BYOIP CIDR.public String getCidr()
A BYOIP CIDR.
public DisassociateIpamByoasnRequest withCidr(String cidr)
A BYOIP CIDR.
cidr
- A BYOIP CIDR.public Request<DisassociateIpamByoasnRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DisassociateIpamByoasnRequest>
public String toString()
toString
in class Object
Object.toString()
public DisassociateIpamByoasnRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.