Class AnalyzerNameUnion
- java.lang.Object
-
- software.amazon.awssdk.services.migrationhubstrategy.model.AnalyzerNameUnion
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AnalyzerNameUnion.Builder,AnalyzerNameUnion>
@Generated("software.amazon.awssdk:codegen") public final class AnalyzerNameUnion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnalyzerNameUnion.Builder,AnalyzerNameUnion>
The combination of the existing analyzers.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAnalyzerNameUnion.Builderstatic classAnalyzerNameUnion.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BinaryAnalyzerNamebinaryAnalyzerName()The binary analyzer names.StringbinaryAnalyzerNameAsString()The binary analyzer names.static AnalyzerNameUnion.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)static AnalyzerNameUnionfromBinaryAnalyzerName(String binaryAnalyzerName)Create an instance of this class withbinaryAnalyzerNameAsString()initialized to the given value.static AnalyzerNameUnionfromBinaryAnalyzerName(BinaryAnalyzerName binaryAnalyzerName)Create an instance of this class withbinaryAnalyzerNameAsString()initialized to the given value.static AnalyzerNameUnionfromRunTimeAnalyzerName(String runTimeAnalyzerName)Create an instance of this class withrunTimeAnalyzerNameAsString()initialized to the given value.static AnalyzerNameUnionfromRunTimeAnalyzerName(RunTimeAnalyzerName runTimeAnalyzerName)Create an instance of this class withrunTimeAnalyzerNameAsString()initialized to the given value.static AnalyzerNameUnionfromSourceCodeAnalyzerName(String sourceCodeAnalyzerName)Create an instance of this class withsourceCodeAnalyzerNameAsString()initialized to the given value.static AnalyzerNameUnionfromSourceCodeAnalyzerName(SourceCodeAnalyzerName sourceCodeAnalyzerName)Create an instance of this class withsourceCodeAnalyzerNameAsString()initialized to the given value.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()RunTimeAnalyzerNamerunTimeAnalyzerName()The assessment analyzer names.StringrunTimeAnalyzerNameAsString()The assessment analyzer names.List<SdkField<?>>sdkFields()static Class<? extends AnalyzerNameUnion.Builder>serializableBuilderClass()SourceCodeAnalyzerNamesourceCodeAnalyzerName()The source code analyzer names.StringsourceCodeAnalyzerNameAsString()The source code analyzer names.AnalyzerNameUnion.BuildertoBuilder()StringtoString()Returns a string representation of this object.AnalyzerNameUnion.Typetype()Retrieve an enum value representing which member of this object is populated.-
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
-
binaryAnalyzerName
public final BinaryAnalyzerName binaryAnalyzerName()
The binary analyzer names.
If the service returns an enum value that is not available in the current SDK version,
binaryAnalyzerNamewill returnBinaryAnalyzerName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombinaryAnalyzerNameAsString().- Returns:
- The binary analyzer names.
- See Also:
BinaryAnalyzerName
-
binaryAnalyzerNameAsString
public final String binaryAnalyzerNameAsString()
The binary analyzer names.
If the service returns an enum value that is not available in the current SDK version,
binaryAnalyzerNamewill returnBinaryAnalyzerName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombinaryAnalyzerNameAsString().- Returns:
- The binary analyzer names.
- See Also:
BinaryAnalyzerName
-
runTimeAnalyzerName
public final RunTimeAnalyzerName runTimeAnalyzerName()
The assessment analyzer names.
If the service returns an enum value that is not available in the current SDK version,
runTimeAnalyzerNamewill returnRunTimeAnalyzerName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrunTimeAnalyzerNameAsString().- Returns:
- The assessment analyzer names.
- See Also:
RunTimeAnalyzerName
-
runTimeAnalyzerNameAsString
public final String runTimeAnalyzerNameAsString()
The assessment analyzer names.
If the service returns an enum value that is not available in the current SDK version,
runTimeAnalyzerNamewill returnRunTimeAnalyzerName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrunTimeAnalyzerNameAsString().- Returns:
- The assessment analyzer names.
- See Also:
RunTimeAnalyzerName
-
sourceCodeAnalyzerName
public final SourceCodeAnalyzerName sourceCodeAnalyzerName()
The source code analyzer names.
If the service returns an enum value that is not available in the current SDK version,
sourceCodeAnalyzerNamewill returnSourceCodeAnalyzerName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourceCodeAnalyzerNameAsString().- Returns:
- The source code analyzer names.
- See Also:
SourceCodeAnalyzerName
-
sourceCodeAnalyzerNameAsString
public final String sourceCodeAnalyzerNameAsString()
The source code analyzer names.
If the service returns an enum value that is not available in the current SDK version,
sourceCodeAnalyzerNamewill returnSourceCodeAnalyzerName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourceCodeAnalyzerNameAsString().- Returns:
- The source code analyzer names.
- See Also:
SourceCodeAnalyzerName
-
toBuilder
public AnalyzerNameUnion.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AnalyzerNameUnion.Builder,AnalyzerNameUnion>
-
builder
public static AnalyzerNameUnion.Builder builder()
-
serializableBuilderClass
public static Class<? extends AnalyzerNameUnion.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.
-
fromBinaryAnalyzerName
public static AnalyzerNameUnion fromBinaryAnalyzerName(String binaryAnalyzerName)
Create an instance of this class withbinaryAnalyzerNameAsString()initialized to the given value.The binary analyzer names.
- Parameters:
binaryAnalyzerName- The binary analyzer names.- See Also:
BinaryAnalyzerName
-
fromBinaryAnalyzerName
public static AnalyzerNameUnion fromBinaryAnalyzerName(BinaryAnalyzerName binaryAnalyzerName)
Create an instance of this class withbinaryAnalyzerNameAsString()initialized to the given value.The binary analyzer names.
- Parameters:
binaryAnalyzerName- The binary analyzer names.- See Also:
BinaryAnalyzerName
-
fromRunTimeAnalyzerName
public static AnalyzerNameUnion fromRunTimeAnalyzerName(String runTimeAnalyzerName)
Create an instance of this class withrunTimeAnalyzerNameAsString()initialized to the given value.The assessment analyzer names.
- Parameters:
runTimeAnalyzerName- The assessment analyzer names.- See Also:
RunTimeAnalyzerName
-
fromRunTimeAnalyzerName
public static AnalyzerNameUnion fromRunTimeAnalyzerName(RunTimeAnalyzerName runTimeAnalyzerName)
Create an instance of this class withrunTimeAnalyzerNameAsString()initialized to the given value.The assessment analyzer names.
- Parameters:
runTimeAnalyzerName- The assessment analyzer names.- See Also:
RunTimeAnalyzerName
-
fromSourceCodeAnalyzerName
public static AnalyzerNameUnion fromSourceCodeAnalyzerName(String sourceCodeAnalyzerName)
Create an instance of this class withsourceCodeAnalyzerNameAsString()initialized to the given value.The source code analyzer names.
- Parameters:
sourceCodeAnalyzerName- The source code analyzer names.- See Also:
SourceCodeAnalyzerName
-
fromSourceCodeAnalyzerName
public static AnalyzerNameUnion fromSourceCodeAnalyzerName(SourceCodeAnalyzerName sourceCodeAnalyzerName)
Create an instance of this class withsourceCodeAnalyzerNameAsString()initialized to the given value.The source code analyzer names.
- Parameters:
sourceCodeAnalyzerName- The source code analyzer names.- See Also:
SourceCodeAnalyzerName
-
type
public AnalyzerNameUnion.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beAnalyzerNameUnion.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beAnalyzerNameUnion.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
-