Interface PutAccountSettingResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<PutAccountSettingResponse.Builder,,PutAccountSettingResponse> EcrResponse.Builder,SdkBuilder<PutAccountSettingResponse.Builder,,PutAccountSettingResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 PutAccountSettingResponse
public static interface PutAccountSettingResponse.Builder
extends EcrResponse.Builder, SdkPojo, CopyableBuilder<PutAccountSettingResponse.Builder,PutAccountSettingResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionRetrieves the name of the account setting.Retrieves the value of the specified account setting.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ecr.model.EcrResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
name
Retrieves the name of the account setting.
- Parameters:
 name- Retrieves the name of the account setting.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
Retrieves the value of the specified account setting.
- Parameters:
 value- Retrieves the value of the specified account setting.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -