@Generated(value="software.amazon.awssdk:codegen") public final class Cipher extends Object implements ToCopyableBuilder<Cipher.Builder,Cipher>
Information about a cipher used in a policy.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
Cipher.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static Cipher.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
String | 
name()
 The name of the cipher. 
 | 
Integer | 
priority()
 The priority of the cipher. 
 | 
static Class<? extends Cipher.Builder> | 
serializableBuilderClass()  | 
Cipher.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic String name()
The name of the cipher.
public Integer priority()
The priority of the cipher.
public Cipher.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Cipher.Builder,Cipher>public static Cipher.Builder builder()
public static Class<? extends Cipher.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.