@Generated(value="software.amazon.awssdk:codegen") public class UpdateMaintenanceWindowTaskResponse extends SSMResponse implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<UpdateMaintenanceWindowTaskResponse.Builder,UpdateMaintenanceWindowTaskResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateMaintenanceWindowTaskResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateMaintenanceWindowTaskResponse.Builder |
builder() |
String |
description()
The updated task description.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LoggingInfo |
loggingInfo()
The updated logging information in Amazon S3.
|
String |
maxConcurrency()
The updated MaxConcurrency value.
|
String |
maxErrors()
The updated MaxErrors value.
|
String |
name()
The updated task name.
|
Integer |
priority()
The updated priority value.
|
static Class<? extends UpdateMaintenanceWindowTaskResponse.Builder> |
serializableBuilderClass() |
String |
serviceRoleArn()
The updated service role ARN value.
|
List<Target> |
targets()
The updated target values.
|
String |
taskArn()
The updated task ARN value.
|
MaintenanceWindowTaskInvocationParameters |
taskInvocationParameters()
The updated parameter values.
|
Map<String,MaintenanceWindowTaskParameterValueExpression> |
taskParameters()
The updated parameter values.
|
UpdateMaintenanceWindowTaskResponse.Builder |
toBuilder() |
String |
toString() |
String |
windowId()
The ID of the Maintenance Window that was updated.
|
String |
windowTaskId()
The task ID of the Maintenance Window that was updated.
|
public String windowId()
The ID of the Maintenance Window that was updated.
public String windowTaskId()
The task ID of the Maintenance Window that was updated.
public List<Target> targets()
The updated target values.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String taskArn()
The updated task ARN value.
public String serviceRoleArn()
The updated service role ARN value.
public Map<String,MaintenanceWindowTaskParameterValueExpression> taskParameters()
The updated parameter values.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public MaintenanceWindowTaskInvocationParameters taskInvocationParameters()
The updated parameter values.
public Integer priority()
The updated priority value.
public String maxConcurrency()
The updated MaxConcurrency value.
public String maxErrors()
The updated MaxErrors value.
public LoggingInfo loggingInfo()
The updated logging information in Amazon S3.
public String name()
The updated task name.
public String description()
The updated task description.
public UpdateMaintenanceWindowTaskResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<UpdateMaintenanceWindowTaskResponse.Builder,UpdateMaintenanceWindowTaskResponse>toBuilder in class AwsResponsepublic static UpdateMaintenanceWindowTaskResponse.Builder builder()
public static Class<? extends UpdateMaintenanceWindowTaskResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2017. All rights reserved.