@Generated(value="software.amazon.awssdk:codegen") public final class ValidateTemplateRequest extends CloudFormationRequest implements ToCopyableBuilder<ValidateTemplateRequest.Builder,ValidateTemplateRequest>
The input for ValidateTemplate action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ValidateTemplateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ValidateTemplateRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ValidateTemplateRequest.Builder> |
serializableBuilderClass() |
String |
templateBody()
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
|
String |
templateURL()
Location of file containing the template body.
|
ValidateTemplateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String templateBody()
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only
TemplateBody is used.
Conditional: You must pass TemplateURL or TemplateBody. If both are passed,
only TemplateBody is used.
public String templateURL()
Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only
TemplateBody is used.
Conditional: You must pass TemplateURL or TemplateBody. If both are passed,
only TemplateBody is used.
public ValidateTemplateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ValidateTemplateRequest.Builder,ValidateTemplateRequest>toBuilder in class CloudFormationRequestpublic static ValidateTemplateRequest.Builder builder()
public static Class<? extends ValidateTemplateRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.