Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateRoleDescriptionRequest.Builder,UpdateRoleDescriptionRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateRoleDescriptionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateRoleDescriptionRequest.Builder,UpdateRoleDescriptionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateRoleDescriptionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateRoleDescriptionRequest.Builder |
builder() |
|
String |
description() |
The new description that you want to apply to the specified role.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
roleName() |
The name of the role that you want to modify.
|
static Class<? extends UpdateRoleDescriptionRequest.Builder> |
serializableBuilderClass() |
|
UpdateRoleDescriptionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String roleName()
The name of the role that you want to modify.
public String description()
The new description that you want to apply to the specified role.
public UpdateRoleDescriptionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateRoleDescriptionRequest.Builder,UpdateRoleDescriptionRequest>
public static UpdateRoleDescriptionRequest.Builder builder()
public static Class<? extends UpdateRoleDescriptionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.