@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)
Marshalls this structured data using the given
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; useful for testing and debugging.
|
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)
asn
- Autonomous system number of the internet provider of the remote IP address.public String getAsn()
public Organization withAsn(String asn)
asn
- Autonomous system number of the internet provider of the remote IP address.public void setAsnOrg(String asnOrg)
asnOrg
- Organization that registered this ASN.public String getAsnOrg()
public Organization withAsnOrg(String asnOrg)
asnOrg
- Organization that registered this ASN.public void setIsp(String isp)
isp
- ISP information for the internet provider.public String getIsp()
public Organization withIsp(String isp)
isp
- ISP information for the internet provider.public void setOrg(String org)
org
- Name of the internet provider.public String getOrg()
public Organization withOrg(String org)
org
- Name of the internet provider.public String toString()
toString
in class Object
Object.toString()
public Organization clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.