@Generated(value="software.amazon.awssdk:codegen") public final class Organization extends Object implements StructuredPojo, ToCopyableBuilder<Organization.Builder,Organization>
Modifier and Type | Class and Description |
---|---|
static interface |
Organization.Builder |
Modifier and Type | Method and Description |
---|---|
String |
asn()
Autonomous system number of the internet provider of the remote IP address.
|
String |
asnOrg()
Organization that registered this ASN.
|
static Organization.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
isp()
ISP information for the internet provider.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
org()
Name of the internet provider.
|
static Class<? extends Organization.Builder> |
serializableBuilderClass() |
Organization.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String asn()
public String asnOrg()
public String isp()
public String org()
public Organization.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Organization.Builder,Organization>
public static Organization.Builder builder()
public static Class<? extends Organization.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.