Class RevocationContent
- java.lang.Object
-
- software.amazon.awssdk.services.elasticloadbalancingv2.model.RevocationContent
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<RevocationContent.Builder,RevocationContent>
@Generated("software.amazon.awssdk:codegen") public final class RevocationContent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RevocationContent.Builder,RevocationContent>
Information about a revocation file.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RevocationContent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RevocationContent.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
RevocationType
revocationType()
The type of revocation file.String
revocationTypeAsString()
The type of revocation file.String
s3Bucket()
The Amazon S3 bucket for the revocation file.String
s3Key()
The Amazon S3 path for the revocation file.String
s3ObjectVersion()
The Amazon S3 object version of the revocation file.List<SdkField<?>>
sdkFields()
static Class<? extends RevocationContent.Builder>
serializableBuilderClass()
RevocationContent.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
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
-
s3Bucket
public final String s3Bucket()
The Amazon S3 bucket for the revocation file.
- Returns:
- The Amazon S3 bucket for the revocation file.
-
s3Key
public final String s3Key()
The Amazon S3 path for the revocation file.
- Returns:
- The Amazon S3 path for the revocation file.
-
s3ObjectVersion
public final String s3ObjectVersion()
The Amazon S3 object version of the revocation file.
- Returns:
- The Amazon S3 object version of the revocation file.
-
revocationType
public final RevocationType revocationType()
The type of revocation file.
If the service returns an enum value that is not available in the current SDK version,
revocationType
will returnRevocationType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromrevocationTypeAsString()
.- Returns:
- The type of revocation file.
- See Also:
RevocationType
-
revocationTypeAsString
public final String revocationTypeAsString()
The type of revocation file.
If the service returns an enum value that is not available in the current SDK version,
revocationType
will returnRevocationType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromrevocationTypeAsString()
.- Returns:
- The type of revocation file.
- See Also:
RevocationType
-
toBuilder
public RevocationContent.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<RevocationContent.Builder,RevocationContent>
-
builder
public static RevocationContent.Builder builder()
-
serializableBuilderClass
public static Class<? extends RevocationContent.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-