@Generated(value="software.amazon.awssdk:codegen") public final class UpdateConfigurationProfileResponse extends AppConfigResponse implements ToCopyableBuilder<UpdateConfigurationProfileResponse.Builder,UpdateConfigurationProfileResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateConfigurationProfileResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The application ID.
|
static UpdateConfigurationProfileResponse.Builder |
builder() |
String |
description()
The configuration profile description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasValidators()
Returns true if the Validators property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
String |
id()
The configuration profile ID.
|
String |
locationUri()
The URI location of the configuration.
|
String |
name()
The name of the configuration profile.
|
String |
retrievalRoleArn()
The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateConfigurationProfileResponse.Builder> |
serializableBuilderClass() |
UpdateConfigurationProfileResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<Validator> |
validators()
A list of methods for validating the configuration.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationId()
The application ID.
public String id()
The configuration profile ID.
public String name()
The name of the configuration profile.
public String description()
The configuration profile description.
public String locationUri()
The URI location of the configuration.
public String retrievalRoleArn()
The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
public boolean hasValidators()
public List<Validator> validators()
A list of methods for validating the configuration.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasValidators() to see if a value was sent in this field.
public UpdateConfigurationProfileResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateConfigurationProfileResponse.Builder,UpdateConfigurationProfileResponse>toBuilder in class AwsResponsepublic static UpdateConfigurationProfileResponse.Builder builder()
public static Class<? extends UpdateConfigurationProfileResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.