@Generated(value="software.amazon.awssdk:codegen") public final class SourceNetworkData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SourceNetworkData.Builder,SourceNetworkData>
Properties of Source Network related to a job event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SourceNetworkData.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SourceNetworkData.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SourceNetworkData.Builder> |
serializableBuilderClass() |
String |
sourceNetworkID()
Source Network ID.
|
String |
sourceVpc()
VPC ID protected by the Source Network.
|
String |
stackName()
CloudFormation stack name that was deployed for recovering the Source Network.
|
String |
targetVpc()
ID of the recovered VPC following Source Network recovery.
|
SourceNetworkData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sourceNetworkID()
Source Network ID.
public final String sourceVpc()
VPC ID protected by the Source Network.
public final String stackName()
CloudFormation stack name that was deployed for recovering the Source Network.
public final String targetVpc()
ID of the recovered VPC following Source Network recovery.
public SourceNetworkData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SourceNetworkData.Builder,SourceNetworkData>public static SourceNetworkData.Builder builder()
public static Class<? extends SourceNetworkData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.