Class UpdateWebAppRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.transfer.model.TransferRequest
-
- software.amazon.awssdk.services.transfer.model.UpdateWebAppRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateWebAppRequest.Builder,UpdateWebAppRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateWebAppRequest extends TransferRequest implements ToCopyableBuilder<UpdateWebAppRequest.Builder,UpdateWebAppRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateWebAppRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccessEndpoint()TheAccessEndpointis the URL that you provide to your users for them to interact with the Transfer Family web app.static UpdateWebAppRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()UpdateWebAppIdentityProviderDetailsidentityProviderDetails()Provide updated identity provider values in aWebAppIdentityProviderDetailsobject.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateWebAppRequest.Builder>serializableBuilderClass()UpdateWebAppRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringwebAppId()Provide the identifier of the web app that you are updating.WebAppUnitswebAppUnits()A union that contains the value for number of concurrent connections or the user sessions on your web app.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
webAppId
public final String webAppId()
Provide the identifier of the web app that you are updating.
- Returns:
- Provide the identifier of the web app that you are updating.
-
identityProviderDetails
public final UpdateWebAppIdentityProviderDetails identityProviderDetails()
Provide updated identity provider values in a
WebAppIdentityProviderDetailsobject.- Returns:
- Provide updated identity provider values in a
WebAppIdentityProviderDetailsobject.
-
accessEndpoint
public final String accessEndpoint()
The
AccessEndpointis the URL that you provide to your users for them to interact with the Transfer Family web app. You can specify a custom URL or use the default value.- Returns:
- The
AccessEndpointis the URL that you provide to your users for them to interact with the Transfer Family web app. You can specify a custom URL or use the default value.
-
webAppUnits
public final WebAppUnits webAppUnits()
A union that contains the value for number of concurrent connections or the user sessions on your web app.
- Returns:
- A union that contains the value for number of concurrent connections or the user sessions on your web app.
-
toBuilder
public UpdateWebAppRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateWebAppRequest.Builder,UpdateWebAppRequest>- Specified by:
toBuilderin classTransferRequest
-
builder
public static UpdateWebAppRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateWebAppRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-