@Generated(value="software.amazon.awssdk:codegen") public final class UpdateMaintenanceWindowTaskResponse extends SsmResponse implements 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.
|
List<SdkField<?>> |
sdkFields() |
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()
Returns a string representation of this object.
|
String |
windowId()
The ID of the Maintenance Window that was updated.
|
String |
windowTaskId()
The task ID of the Maintenance Window that was updated.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead
use the Parameters option in the TaskInvocationParameters structure. For information
about how Systems Manager handles these options for the supported Maintenance Window task types, see
MaintenanceWindowTaskInvocationParameters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
TaskParameters has been deprecated. To specify parameters to pass to a task when it runs,
instead use the Parameters option in the TaskInvocationParameters structure.
For information about how Systems Manager handles these options for the supported Maintenance Window task
types, see MaintenanceWindowTaskInvocationParameters.
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.
LoggingInfo has been deprecated. To specify an S3 bucket to contain logs, instead use the
OutputS3BucketName and OutputS3KeyPrefix options in the
TaskInvocationParameters structure. For information about how Systems Manager handles these options
for the supported Maintenance Window task types, see MaintenanceWindowTaskInvocationParameters.
LoggingInfo has been deprecated. To specify an S3 bucket to contain logs, instead use the
OutputS3BucketName and OutputS3KeyPrefix options in the
TaskInvocationParameters structure. For information about how Systems Manager handles these
options for the supported Maintenance Window task types, see
MaintenanceWindowTaskInvocationParameters.
public String name()
The updated task name.
public String description()
The updated task description.
public UpdateMaintenanceWindowTaskResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateMaintenanceWindowTaskResponse.Builder,UpdateMaintenanceWindowTaskResponse>toBuilder in class AwsResponsepublic static UpdateMaintenanceWindowTaskResponse.Builder builder()
public static Class<? extends UpdateMaintenanceWindowTaskResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.