@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Organization extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Organization() |
| Modifier and Type | Method and Description |
|---|---|
Organization |
clone() |
boolean |
equals(Object obj) |
String |
getAsn()
Autonomous system number of the internet provider of the remote IP address.
|
String |
getAsnOrg()
Organization that registered this ASN.
|
String |
getIsp()
ISP information for the internet provider.
|
String |
getOrg()
Name of the internet provider.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAsn(String asn)
Autonomous system number of the internet provider of the remote IP address.
|
void |
setAsnOrg(String asnOrg)
Organization that registered this ASN.
|
void |
setIsp(String isp)
ISP information for the internet provider.
|
void |
setOrg(String org)
Name of the internet provider.
|
String |
toString()
Returns a string representation of this object.
|
Organization |
withAsn(String asn)
Autonomous system number of the internet provider of the remote IP address.
|
Organization |
withAsnOrg(String asnOrg)
Organization that registered this ASN.
|
Organization |
withIsp(String isp)
ISP information for the internet provider.
|
Organization |
withOrg(String org)
Name of the internet provider.
|
public void setAsn(String asn)
Autonomous system number of the internet provider of the remote IP address.
asn - Autonomous system number of the internet provider of the remote IP address.public String getAsn()
Autonomous system number of the internet provider of the remote IP address.
public Organization withAsn(String asn)
Autonomous system number of the internet provider of the remote IP address.
asn - Autonomous system number of the internet provider of the remote IP address.public void setAsnOrg(String asnOrg)
Organization that registered this ASN.
asnOrg - Organization that registered this ASN.public String getAsnOrg()
Organization that registered this ASN.
public Organization withAsnOrg(String asnOrg)
Organization that registered this ASN.
asnOrg - Organization that registered this ASN.public void setIsp(String isp)
ISP information for the internet provider.
isp - ISP information for the internet provider.public String getIsp()
ISP information for the internet provider.
public Organization withIsp(String isp)
ISP information for the internet provider.
isp - ISP information for the internet provider.public void setOrg(String org)
Name of the internet provider.
org - Name of the internet provider.public String getOrg()
Name of the internet provider.
public Organization withOrg(String org)
Name of the internet provider.
org - Name of the internet provider.public String toString()
toString in class ObjectObject.toString()public Organization clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.