@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IpOrganizationDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about an internet provider.
Constructor and Description |
---|
IpOrganizationDetails() |
Modifier and Type | Method and Description |
---|---|
IpOrganizationDetails |
clone() |
boolean |
equals(Object obj) |
Integer |
getAsn()
The Autonomous System Number (ASN) of the internet provider
|
String |
getAsnOrg()
The name of the organization that registered the ASN.
|
String |
getIsp()
The ISP information for the internet provider.
|
String |
getOrg()
The name of the internet provider.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAsn(Integer asn)
The Autonomous System Number (ASN) of the internet provider
|
void |
setAsnOrg(String asnOrg)
The name of the organization that registered the ASN.
|
void |
setIsp(String isp)
The ISP information for the internet provider.
|
void |
setOrg(String org)
The name of the internet provider.
|
String |
toString()
Returns a string representation of this object.
|
IpOrganizationDetails |
withAsn(Integer asn)
The Autonomous System Number (ASN) of the internet provider
|
IpOrganizationDetails |
withAsnOrg(String asnOrg)
The name of the organization that registered the ASN.
|
IpOrganizationDetails |
withIsp(String isp)
The ISP information for the internet provider.
|
IpOrganizationDetails |
withOrg(String org)
The name of the internet provider.
|
public void setAsn(Integer asn)
The Autonomous System Number (ASN) of the internet provider
asn
- The Autonomous System Number (ASN) of the internet providerpublic Integer getAsn()
The Autonomous System Number (ASN) of the internet provider
public IpOrganizationDetails withAsn(Integer asn)
The Autonomous System Number (ASN) of the internet provider
asn
- The Autonomous System Number (ASN) of the internet providerpublic void setAsnOrg(String asnOrg)
The name of the organization that registered the ASN.
asnOrg
- The name of the organization that registered the ASN.public String getAsnOrg()
The name of the organization that registered the ASN.
public IpOrganizationDetails withAsnOrg(String asnOrg)
The name of the organization that registered the ASN.
asnOrg
- The name of the organization that registered the ASN.public void setIsp(String isp)
The ISP information for the internet provider.
isp
- The ISP information for the internet provider.public String getIsp()
The ISP information for the internet provider.
public IpOrganizationDetails withIsp(String isp)
The ISP information for the internet provider.
isp
- The ISP information for the internet provider.public void setOrg(String org)
The name of the internet provider.
org
- The name of the internet provider.public String getOrg()
The name of the internet provider.
public IpOrganizationDetails withOrg(String org)
The name of the internet provider.
org
- The name of the internet provider.public String toString()
toString
in class Object
Object.toString()
public IpOrganizationDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.