Class ConfigureAccessPointRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.privatenetworks.model.PrivateNetworksRequest
-
- software.amazon.awssdk.services.privatenetworks.model.ConfigureAccessPointRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ConfigureAccessPointRequest.Builder,ConfigureAccessPointRequest>
@Generated("software.amazon.awssdk:codegen") public final class ConfigureAccessPointRequest extends PrivateNetworksRequest implements ToCopyableBuilder<ConfigureAccessPointRequest.Builder,ConfigureAccessPointRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConfigureAccessPointRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccessPointArn()The Amazon Resource Name (ARN) of the network resource.static ConfigureAccessPointRequest.Builderbuilder()StringcpiSecretKey()A Base64 encoded string of the CPI certificate associated with the CPI user who is certifying the coordinates of the network resource.StringcpiUserId()The CPI user ID of the CPI user who is certifying the coordinates of the network resource.StringcpiUsername()The CPI user name of the CPI user who is certifying the coordinates of the radio unit.StringcpiUserPassword()The CPI password associated with the CPI certificate incpiSecretKey.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Positionposition()The position of the network resource.List<SdkField<?>>sdkFields()static Class<? extends ConfigureAccessPointRequest.Builder>serializableBuilderClass()ConfigureAccessPointRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
accessPointArn
public final String accessPointArn()
The Amazon Resource Name (ARN) of the network resource.
- Returns:
- The Amazon Resource Name (ARN) of the network resource.
-
cpiSecretKey
public final String cpiSecretKey()
A Base64 encoded string of the CPI certificate associated with the CPI user who is certifying the coordinates of the network resource.
- Returns:
- A Base64 encoded string of the CPI certificate associated with the CPI user who is certifying the coordinates of the network resource.
-
cpiUserId
public final String cpiUserId()
The CPI user ID of the CPI user who is certifying the coordinates of the network resource.
- Returns:
- The CPI user ID of the CPI user who is certifying the coordinates of the network resource.
-
cpiUserPassword
public final String cpiUserPassword()
The CPI password associated with the CPI certificate in
cpiSecretKey.- Returns:
- The CPI password associated with the CPI certificate in
cpiSecretKey.
-
cpiUsername
public final String cpiUsername()
The CPI user name of the CPI user who is certifying the coordinates of the radio unit.
- Returns:
- The CPI user name of the CPI user who is certifying the coordinates of the radio unit.
-
position
public final Position position()
The position of the network resource.
- Returns:
- The position of the network resource.
-
toBuilder
public ConfigureAccessPointRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConfigureAccessPointRequest.Builder,ConfigureAccessPointRequest>- Specified by:
toBuilderin classPrivateNetworksRequest
-
builder
public static ConfigureAccessPointRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConfigureAccessPointRequest.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
-
-