Class SourceNetworkData
- java.lang.Object
-
- software.amazon.awssdk.services.drs.model.SourceNetworkData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SourceNetworkData.Builder,SourceNetworkData>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSourceNetworkData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SourceNetworkData.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends SourceNetworkData.Builder>serializableBuilderClass()StringsourceNetworkID()Source Network ID.StringsourceVpc()VPC ID protected by the Source Network.StringstackName()CloudFormation stack name that was deployed for recovering the Source Network.StringtargetVpc()ID of the recovered VPC following Source Network recovery.SourceNetworkData.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
sourceNetworkID
public final String sourceNetworkID()
Source Network ID.
- Returns:
- Source Network ID.
-
sourceVpc
public final String sourceVpc()
VPC ID protected by the Source Network.
- Returns:
- VPC ID protected by the Source Network.
-
stackName
public final String stackName()
CloudFormation stack name that was deployed for recovering the Source Network.
- Returns:
- CloudFormation stack name that was deployed for recovering the Source Network.
-
targetVpc
public final String targetVpc()
ID of the recovered VPC following Source Network recovery.
- Returns:
- ID of the recovered VPC following Source Network recovery.
-
toBuilder
public SourceNetworkData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SourceNetworkData.Builder,SourceNetworkData>
-
builder
public static SourceNetworkData.Builder builder()
-
serializableBuilderClass
public static Class<? extends SourceNetworkData.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-