@Generated(value="software.amazon.awssdk:codegen") public final class ValidateSolNetworkPackageContentRequest extends TnbRequest implements ToCopyableBuilder<ValidateSolNetworkPackageContentRequest.Builder,ValidateSolNetworkPackageContentRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ValidateSolNetworkPackageContentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ValidateSolNetworkPackageContentRequest.Builder |
builder() |
PackageContentType |
contentType()
Network package content type.
|
String |
contentTypeAsString()
Network package content type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
SdkBytes |
file()
Network package file.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nsdInfoId()
Network service descriptor file.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ValidateSolNetworkPackageContentRequest.Builder> |
serializableBuilderClass() |
ValidateSolNetworkPackageContentRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PackageContentType contentType()
Network package content type.
If the service returns an enum value that is not available in the current SDK version, contentType will
return PackageContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
contentTypeAsString().
PackageContentTypepublic final String contentTypeAsString()
Network package content type.
If the service returns an enum value that is not available in the current SDK version, contentType will
return PackageContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
contentTypeAsString().
PackageContentTypepublic final SdkBytes file()
Network package file.
public final String nsdInfoId()
Network service descriptor file.
public ValidateSolNetworkPackageContentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ValidateSolNetworkPackageContentRequest.Builder,ValidateSolNetworkPackageContentRequest>toBuilder in class TnbRequestpublic static ValidateSolNetworkPackageContentRequest.Builder builder()
public static Class<? extends ValidateSolNetworkPackageContentRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.