@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SigningImageFormat extends Object implements Serializable, Cloneable, StructuredPojo
The image format of an 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 an AWS Signer signing image.
|
List<String> |
getSupportedFormats()
The supported formats of an AWS Signer signing image.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDefaultFormat(String defaultFormat)
The default format of an AWS Signer signing image.
|
void |
setSupportedFormats(Collection<String> supportedFormats)
The supported formats of an AWS Signer signing image.
|
String |
toString()
Returns a string representation of this object.
|
SigningImageFormat |
withDefaultFormat(ImageFormat defaultFormat)
The default format of an AWS Signer signing image.
|
SigningImageFormat |
withDefaultFormat(String defaultFormat)
The default format of an AWS Signer signing image.
|
SigningImageFormat |
withSupportedFormats(Collection<String> supportedFormats)
The supported formats of an AWS Signer signing image.
|
SigningImageFormat |
withSupportedFormats(ImageFormat... supportedFormats)
The supported formats of an AWS Signer signing image.
|
SigningImageFormat |
withSupportedFormats(String... supportedFormats)
The supported formats of an AWS Signer signing image.
|
public List<String> getSupportedFormats()
The supported formats of an AWS Signer signing image.
ImageFormatpublic void setSupportedFormats(Collection<String> supportedFormats)
The supported formats of an AWS Signer signing image.
supportedFormats - The supported formats of an AWS Signer signing image.ImageFormatpublic SigningImageFormat withSupportedFormats(String... supportedFormats)
The supported formats of an AWS Signer 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 an AWS Signer signing image.ImageFormatpublic SigningImageFormat withSupportedFormats(Collection<String> supportedFormats)
The supported formats of an AWS Signer signing image.
supportedFormats - The supported formats of an AWS Signer signing image.ImageFormatpublic SigningImageFormat withSupportedFormats(ImageFormat... supportedFormats)
The supported formats of an AWS Signer signing image.
supportedFormats - The supported formats of an AWS Signer signing image.ImageFormatpublic void setDefaultFormat(String defaultFormat)
The default format of an AWS Signer signing image.
defaultFormat - The default format of an AWS Signer signing image.ImageFormatpublic String getDefaultFormat()
The default format of an AWS Signer signing image.
ImageFormatpublic SigningImageFormat withDefaultFormat(String defaultFormat)
The default format of an AWS Signer signing image.
defaultFormat - The default format of an AWS Signer signing image.ImageFormatpublic SigningImageFormat withDefaultFormat(ImageFormat defaultFormat)
The default format of an AWS Signer signing image.
defaultFormat - The default format of an AWS Signer signing image.ImageFormatpublic String toString()
toString in class ObjectObject.toString()public SigningImageFormat clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.