@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SigningPlatform extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the signing configurations and parameters that is used to perform an AWS Signer job.
| Constructor and Description |
|---|
SigningPlatform() |
| Modifier and Type | Method and Description |
|---|---|
SigningPlatform |
clone() |
boolean |
equals(Object obj) |
String |
getCategory()
The category of an AWS Signer platform.
|
String |
getDisplayName()
The display name of an AWS Signer platform.
|
Integer |
getMaxSizeInMB()
The maximum size (in MB) of code that can be signed by a AWS Signer platform.
|
String |
getPartner()
Any partner entities linked to an AWS Signer platform.
|
String |
getPlatformId()
The ID of an AWS Signer platform.
|
SigningConfiguration |
getSigningConfiguration()
The configuration of an AWS Signer platform.
|
SigningImageFormat |
getSigningImageFormat()
The signing image format that is used by an AWS Signer platform.
|
String |
getTarget()
The types of targets that can be signed by an AWS Signer platform.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCategory(String category)
The category of an AWS Signer platform.
|
void |
setDisplayName(String displayName)
The display name of an AWS Signer platform.
|
void |
setMaxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of code that can be signed by a AWS Signer platform.
|
void |
setPartner(String partner)
Any partner entities linked to an AWS Signer platform.
|
void |
setPlatformId(String platformId)
The ID of an AWS Signer platform.
|
void |
setSigningConfiguration(SigningConfiguration signingConfiguration)
The configuration of an AWS Signer platform.
|
void |
setSigningImageFormat(SigningImageFormat signingImageFormat)
The signing image format that is used by an AWS Signer platform.
|
void |
setTarget(String target)
The types of targets that can be signed by an AWS Signer platform.
|
String |
toString()
Returns a string representation of this object.
|
SigningPlatform |
withCategory(Category category)
The category of an AWS Signer platform.
|
SigningPlatform |
withCategory(String category)
The category of an AWS Signer platform.
|
SigningPlatform |
withDisplayName(String displayName)
The display name of an AWS Signer platform.
|
SigningPlatform |
withMaxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of code that can be signed by a AWS Signer platform.
|
SigningPlatform |
withPartner(String partner)
Any partner entities linked to an AWS Signer platform.
|
SigningPlatform |
withPlatformId(String platformId)
The ID of an AWS Signer platform.
|
SigningPlatform |
withSigningConfiguration(SigningConfiguration signingConfiguration)
The configuration of an AWS Signer platform.
|
SigningPlatform |
withSigningImageFormat(SigningImageFormat signingImageFormat)
The signing image format that is used by an AWS Signer platform.
|
SigningPlatform |
withTarget(String target)
The types of targets that can be signed by an AWS Signer platform.
|
public void setPlatformId(String platformId)
The ID of an AWS Signer platform.
platformId - The ID of an AWS Signer platform.public String getPlatformId()
The ID of an AWS Signer platform.
public SigningPlatform withPlatformId(String platformId)
The ID of an AWS Signer platform.
platformId - The ID of an AWS Signer platform.public void setDisplayName(String displayName)
The display name of an AWS Signer platform.
displayName - The display name of an AWS Signer platform.public String getDisplayName()
The display name of an AWS Signer platform.
public SigningPlatform withDisplayName(String displayName)
The display name of an AWS Signer platform.
displayName - The display name of an AWS Signer platform.public void setPartner(String partner)
Any partner entities linked to an AWS Signer platform.
partner - Any partner entities linked to an AWS Signer platform.public String getPartner()
Any partner entities linked to an AWS Signer platform.
public SigningPlatform withPartner(String partner)
Any partner entities linked to an AWS Signer platform.
partner - Any partner entities linked to an AWS Signer platform.public void setTarget(String target)
The types of targets that can be signed by an AWS Signer platform.
target - The types of targets that can be signed by an AWS Signer platform.public String getTarget()
The types of targets that can be signed by an AWS Signer platform.
public SigningPlatform withTarget(String target)
The types of targets that can be signed by an AWS Signer platform.
target - The types of targets that can be signed by an AWS Signer platform.public void setCategory(String category)
The category of an AWS Signer platform.
category - The category of an AWS Signer platform.Categorypublic String getCategory()
The category of an AWS Signer platform.
Categorypublic SigningPlatform withCategory(String category)
The category of an AWS Signer platform.
category - The category of an AWS Signer platform.Categorypublic SigningPlatform withCategory(Category category)
The category of an AWS Signer platform.
category - The category of an AWS Signer platform.Categorypublic void setSigningConfiguration(SigningConfiguration signingConfiguration)
The configuration of an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
signingConfiguration - The configuration of an AWS Signer platform. This includes the designated hash algorithm and encryption
algorithm of a signing platform.public SigningConfiguration getSigningConfiguration()
The configuration of an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
public SigningPlatform withSigningConfiguration(SigningConfiguration signingConfiguration)
The configuration of an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
signingConfiguration - The configuration of an AWS Signer platform. This includes the designated hash algorithm and encryption
algorithm of a signing platform.public void setSigningImageFormat(SigningImageFormat signingImageFormat)
The signing image format that is used by an AWS Signer platform.
signingImageFormat - The signing image format that is used by an AWS Signer platform.public SigningImageFormat getSigningImageFormat()
The signing image format that is used by an AWS Signer platform.
public SigningPlatform withSigningImageFormat(SigningImageFormat signingImageFormat)
The signing image format that is used by an AWS Signer platform.
signingImageFormat - The signing image format that is used by an AWS Signer platform.public void setMaxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of code that can be signed by a AWS Signer platform.
maxSizeInMB - The maximum size (in MB) of code that can be signed by a AWS Signer platform.public Integer getMaxSizeInMB()
The maximum size (in MB) of code that can be signed by a AWS Signer platform.
public SigningPlatform withMaxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of code that can be signed by a AWS Signer platform.
maxSizeInMB - The maximum size (in MB) of code that can be signed by a AWS Signer platform.public String toString()
toString in class ObjectObject.toString()public SigningPlatform 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.