StructuredPojo
, ToCopyableBuilder<IpRoute.Builder,IpRoute>
@Generated("software.amazon.awssdk:codegen") public class IpRoute extends Object implements StructuredPojo, ToCopyableBuilder<IpRoute.Builder,IpRoute>
IP address block. This is often the address block of the DNS server used for your on-premises domain.
Modifier and Type | Class | Description |
---|---|---|
static interface |
IpRoute.Builder |
Modifier and Type | Method | Description |
---|---|---|
static IpRoute.Builder |
builder() |
|
String |
cidrIp() |
IP address block using CIDR format, for example 10.0.0.0/24.
|
String |
description() |
Description of the address block.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends IpRoute.Builder> |
serializableBuilderClass() |
|
IpRoute.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String cidrIp()
IP address block using CIDR format, for example 10.0.0.0/24. This is often the address block of the DNS server used for your on-premises domain. For a single IP address use a CIDR address block with /32. For example 10.0.0.0/32.
public String description()
Description of the address block.
public IpRoute.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<IpRoute.Builder,IpRoute>
public static IpRoute.Builder builder()
public static Class<? extends IpRoute.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.