@Generated(value="software.amazon.awssdk:codegen") public final class CreateWorkloadRequest extends WellArchitectedRequest implements ToCopyableBuilder<CreateWorkloadRequest.Builder,CreateWorkloadRequest>
Input for workload creation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateWorkloadRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
accountIds()
Returns the value of the AccountIds property for this object.
|
List<String> |
applications()
List of AppRegistry application ARNs associated to the workload.
|
String |
architecturalDesign()
Returns the value of the ArchitecturalDesign property for this object.
|
List<String> |
awsRegions()
Returns the value of the AwsRegions property for this object.
|
static CreateWorkloadRequest.Builder |
builder() |
String |
clientRequestToken()
Returns the value of the ClientRequestToken property for this object.
|
String |
description()
Returns the value of the Description property for this object.
|
WorkloadDiscoveryConfig |
discoveryConfig()
Well-Architected discovery configuration settings associated to the workload.
|
WorkloadEnvironment |
environment()
Returns the value of the Environment property for this object.
|
String |
environmentAsString()
Returns the value of the Environment property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAccountIds()
For responses, this returns true if the service returned a value for the AccountIds property.
|
boolean |
hasApplications()
For responses, this returns true if the service returned a value for the Applications property.
|
boolean |
hasAwsRegions()
For responses, this returns true if the service returned a value for the AwsRegions property.
|
int |
hashCode() |
boolean |
hasLenses()
For responses, this returns true if the service returned a value for the Lenses property.
|
boolean |
hasNonAwsRegions()
For responses, this returns true if the service returned a value for the NonAwsRegions property.
|
boolean |
hasPillarPriorities()
For responses, this returns true if the service returned a value for the PillarPriorities property.
|
boolean |
hasProfileArns()
For responses, this returns true if the service returned a value for the ProfileArns property.
|
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
String |
industry()
Returns the value of the Industry property for this object.
|
String |
industryType()
Returns the value of the IndustryType property for this object.
|
List<String> |
lenses()
Returns the value of the Lenses property for this object.
|
List<String> |
nonAwsRegions()
Returns the value of the NonAwsRegions property for this object.
|
String |
notes()
Returns the value of the Notes property for this object.
|
List<String> |
pillarPriorities()
Returns the value of the PillarPriorities property for this object.
|
List<String> |
profileArns()
The list of profile ARNs associated with the workload.
|
String |
reviewOwner()
Returns the value of the ReviewOwner property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateWorkloadRequest.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
The tags to be associated with the workload.
|
CreateWorkloadRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workloadName()
Returns the value of the WorkloadName property for this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String workloadName()
public final String description()
public final WorkloadEnvironment environment()
If the service returns an enum value that is not available in the current SDK version, environment will
return WorkloadEnvironment.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from environmentAsString().
WorkloadEnvironmentpublic final String environmentAsString()
If the service returns an enum value that is not available in the current SDK version, environment will
return WorkloadEnvironment.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from environmentAsString().
WorkloadEnvironmentpublic final boolean hasAccountIds()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> accountIds()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAccountIds() method.
public final boolean hasAwsRegions()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> awsRegions()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAwsRegions() method.
public final boolean hasNonAwsRegions()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> nonAwsRegions()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasNonAwsRegions() method.
public final boolean hasPillarPriorities()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> pillarPriorities()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasPillarPriorities() method.
public final String architecturalDesign()
public final String reviewOwner()
public final String industryType()
public final String industry()
public final boolean hasLenses()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> lenses()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasLenses() method.
public final String notes()
public final String clientRequestToken()
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final Map<String,String> tags()
The tags to be associated with the workload.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public final WorkloadDiscoveryConfig discoveryConfig()
Well-Architected discovery configuration settings associated to the workload.
public final boolean hasApplications()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> applications()
List of AppRegistry application ARNs associated to the workload.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasApplications() method.
public final boolean hasProfileArns()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> profileArns()
The list of profile ARNs associated with the workload.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasProfileArns() method.
public CreateWorkloadRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateWorkloadRequest.Builder,CreateWorkloadRequest>toBuilder in class WellArchitectedRequestpublic static CreateWorkloadRequest.Builder builder()
public static Class<? extends CreateWorkloadRequest.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.