@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SigningImageFormat extends Object implements Serializable, Cloneable, StructuredPojo
The image format of a AWS Signer platform or profile.
Constructor and Description |
---|
SigningImageFormat() |
Modifier and Type | Method and Description |
---|---|
SigningImageFormat |
clone() |
boolean |
equals(Object obj) |
String |
getDefaultFormat()
The default format of a signing image.
|
List<String> |
getSupportedFormats()
The supported formats of a signing image.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDefaultFormat(String defaultFormat)
The default format of a signing image.
|
void |
setSupportedFormats(Collection<String> supportedFormats)
The supported formats of a signing image.
|
String |
toString()
Returns a string representation of this object.
|
SigningImageFormat |
withDefaultFormat(ImageFormat defaultFormat)
The default format of a signing image.
|
SigningImageFormat |
withDefaultFormat(String defaultFormat)
The default format of a signing image.
|
SigningImageFormat |
withSupportedFormats(Collection<String> supportedFormats)
The supported formats of a signing image.
|
SigningImageFormat |
withSupportedFormats(ImageFormat... supportedFormats)
The supported formats of a signing image.
|
SigningImageFormat |
withSupportedFormats(String... supportedFormats)
The supported formats of a signing image.
|
public List<String> getSupportedFormats()
The supported formats of a signing image.
ImageFormat
public void setSupportedFormats(Collection<String> supportedFormats)
The supported formats of a signing image.
supportedFormats
- The supported formats of a signing image.ImageFormat
public SigningImageFormat withSupportedFormats(String... supportedFormats)
The supported formats of a signing image.
NOTE: This method appends the values to the existing list (if any). Use
setSupportedFormats(java.util.Collection)
or withSupportedFormats(java.util.Collection)
if you
want to override the existing values.
supportedFormats
- The supported formats of a signing image.ImageFormat
public SigningImageFormat withSupportedFormats(Collection<String> supportedFormats)
The supported formats of a signing image.
supportedFormats
- The supported formats of a signing image.ImageFormat
public SigningImageFormat withSupportedFormats(ImageFormat... supportedFormats)
The supported formats of a signing image.
supportedFormats
- The supported formats of a signing image.ImageFormat
public void setDefaultFormat(String defaultFormat)
The default format of a signing image.
defaultFormat
- The default format of a signing image.ImageFormat
public String getDefaultFormat()
The default format of a signing image.
ImageFormat
public SigningImageFormat withDefaultFormat(String defaultFormat)
The default format of a signing image.
defaultFormat
- The default format of a signing image.ImageFormat
public SigningImageFormat withDefaultFormat(ImageFormat defaultFormat)
The default format of a signing image.
defaultFormat
- The default format of a signing image.ImageFormat
public String toString()
toString
in class Object
Object.toString()
public SigningImageFormat clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.