Class PayerResponsibilityEntry
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PayerResponsibilityEntry.Builder,PayerResponsibilityEntry>
Describes a payer responsibility setting for a VPC endpoint.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final PayerResponsibilityTypeThe Amazon Web Services account to which the usage is charged.final StringThe Amazon Web Services account to which the usage is charged.final PayerResponsibilityScopescope()The scope of usage/charges.final StringThe scope of usage/charges.static Class<? extends PayerResponsibilityEntry.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
scope
The scope of usage/charges.
If the service returns an enum value that is not available in the current SDK version,
scopewill returnPayerResponsibilityScope.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromscopeAsString().- Returns:
- The scope of usage/charges.
- See Also:
-
scopeAsString
The scope of usage/charges.
If the service returns an enum value that is not available in the current SDK version,
scopewill returnPayerResponsibilityScope.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromscopeAsString().- Returns:
- The scope of usage/charges.
- See Also:
-
payerResponsibilityType
The Amazon Web Services account to which the usage is charged.
If the service returns an enum value that is not available in the current SDK version,
payerResponsibilityTypewill returnPayerResponsibilityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompayerResponsibilityTypeAsString().- Returns:
- The Amazon Web Services account to which the usage is charged.
- See Also:
-
payerResponsibilityTypeAsString
The Amazon Web Services account to which the usage is charged.
If the service returns an enum value that is not available in the current SDK version,
payerResponsibilityTypewill returnPayerResponsibilityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompayerResponsibilityTypeAsString().- Returns:
- The Amazon Web Services account to which the usage is charged.
- See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<PayerResponsibilityEntry.Builder,PayerResponsibilityEntry>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-