@Generated(value="software.amazon.awssdk:codegen") public final class SolutionStackDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SolutionStackDescription.Builder,SolutionStackDescription>
Describes the solution stack.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SolutionStackDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SolutionStackDescription.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasPermittedFileTypes()
Returns true if the PermittedFileTypes property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<String> |
permittedFileTypes()
The permitted file types allowed for a solution stack.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SolutionStackDescription.Builder> |
serializableBuilderClass() |
String |
solutionStackName()
The name of the solution stack.
|
SolutionStackDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String solutionStackName()
The name of the solution stack.
public boolean hasPermittedFileTypes()
public List<String> permittedFileTypes()
The permitted file types allowed for a solution stack.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPermittedFileTypes() to see if a value was sent in this field.
public SolutionStackDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SolutionStackDescription.Builder,SolutionStackDescription>public static SolutionStackDescription.Builder builder()
public static Class<? extends SolutionStackDescription.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.