@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 are used to perform a code signing job.
Constructor and Description |
---|
SigningPlatform() |
Modifier and Type | Method and Description |
---|---|
SigningPlatform |
clone() |
boolean |
equals(Object obj) |
String |
getCategory()
The category of a code signing platform.
|
String |
getDisplayName()
The display name of a code signing platform.
|
Integer |
getMaxSizeInMB()
The maximum size (in MB) of code that can be signed by a code signing platform.
|
String |
getPartner()
Any partner entities linked to a code signing platform.
|
String |
getPlatformId()
The ID of a code signing; platform.
|
Boolean |
getRevocationSupported()
Indicates whether revocation is supported for the platform.
|
SigningConfiguration |
getSigningConfiguration()
The configuration of a code signing platform.
|
SigningImageFormat |
getSigningImageFormat() |
String |
getTarget()
The types of targets that can be signed by a code signing platform.
|
int |
hashCode() |
Boolean |
isRevocationSupported()
Indicates whether revocation is supported for the platform.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCategory(String category)
The category of a code signing platform.
|
void |
setDisplayName(String displayName)
The display name of a code signing platform.
|
void |
setMaxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of code that can be signed by a code signing platform.
|
void |
setPartner(String partner)
Any partner entities linked to a code signing platform.
|
void |
setPlatformId(String platformId)
The ID of a code signing; platform.
|
void |
setRevocationSupported(Boolean revocationSupported)
Indicates whether revocation is supported for the platform.
|
void |
setSigningConfiguration(SigningConfiguration signingConfiguration)
The configuration of a code signing platform.
|
void |
setSigningImageFormat(SigningImageFormat signingImageFormat) |
void |
setTarget(String target)
The types of targets that can be signed by a code signing platform.
|
String |
toString()
Returns a string representation of this object.
|
SigningPlatform |
withCategory(Category category)
The category of a code signing platform.
|
SigningPlatform |
withCategory(String category)
The category of a code signing platform.
|
SigningPlatform |
withDisplayName(String displayName)
The display name of a code signing platform.
|
SigningPlatform |
withMaxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of code that can be signed by a code signing platform.
|
SigningPlatform |
withPartner(String partner)
Any partner entities linked to a code signing platform.
|
SigningPlatform |
withPlatformId(String platformId)
The ID of a code signing; platform.
|
SigningPlatform |
withRevocationSupported(Boolean revocationSupported)
Indicates whether revocation is supported for the platform.
|
SigningPlatform |
withSigningConfiguration(SigningConfiguration signingConfiguration)
The configuration of a code signing platform.
|
SigningPlatform |
withSigningImageFormat(SigningImageFormat signingImageFormat) |
SigningPlatform |
withTarget(String target)
The types of targets that can be signed by a code signing platform.
|
public void setPlatformId(String platformId)
The ID of a code signing; platform.
platformId
- The ID of a code signing; platform.public String getPlatformId()
The ID of a code signing; platform.
public SigningPlatform withPlatformId(String platformId)
The ID of a code signing; platform.
platformId
- The ID of a code signing; platform.public void setDisplayName(String displayName)
The display name of a code signing platform.
displayName
- The display name of a code signing platform.public String getDisplayName()
The display name of a code signing platform.
public SigningPlatform withDisplayName(String displayName)
The display name of a code signing platform.
displayName
- The display name of a code signing platform.public void setPartner(String partner)
Any partner entities linked to a code signing platform.
partner
- Any partner entities linked to a code signing platform.public String getPartner()
Any partner entities linked to a code signing platform.
public SigningPlatform withPartner(String partner)
Any partner entities linked to a code signing platform.
partner
- Any partner entities linked to a code signing platform.public void setTarget(String target)
The types of targets that can be signed by a code signing platform.
target
- The types of targets that can be signed by a code signing platform.public String getTarget()
The types of targets that can be signed by a code signing platform.
public SigningPlatform withTarget(String target)
The types of targets that can be signed by a code signing platform.
target
- The types of targets that can be signed by a code signing platform.public void setCategory(String category)
The category of a code signing platform.
category
- The category of a code signing platform.Category
public String getCategory()
The category of a code signing platform.
Category
public SigningPlatform withCategory(String category)
The category of a code signing platform.
category
- The category of a code signing platform.Category
public SigningPlatform withCategory(Category category)
The category of a code signing platform.
category
- The category of a code signing platform.Category
public void setSigningConfiguration(SigningConfiguration signingConfiguration)
The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
signingConfiguration
- The configuration of a code signing platform. This includes the designated hash algorithm and encryption
algorithm of a signing platform.public SigningConfiguration getSigningConfiguration()
The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
public SigningPlatform withSigningConfiguration(SigningConfiguration signingConfiguration)
The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
signingConfiguration
- The configuration of a code signing platform. This includes the designated hash algorithm and encryption
algorithm of a signing platform.public void setSigningImageFormat(SigningImageFormat signingImageFormat)
signingImageFormat
- public SigningImageFormat getSigningImageFormat()
public SigningPlatform withSigningImageFormat(SigningImageFormat signingImageFormat)
signingImageFormat
- public void setMaxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of code that can be signed by a code signing platform.
maxSizeInMB
- The maximum size (in MB) of code that can be signed by a code signing platform.public Integer getMaxSizeInMB()
The maximum size (in MB) of code that can be signed by a code signing platform.
public SigningPlatform withMaxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of code that can be signed by a code signing platform.
maxSizeInMB
- The maximum size (in MB) of code that can be signed by a code signing platform.public void setRevocationSupported(Boolean revocationSupported)
Indicates whether revocation is supported for the platform.
revocationSupported
- Indicates whether revocation is supported for the platform.public Boolean getRevocationSupported()
Indicates whether revocation is supported for the platform.
public SigningPlatform withRevocationSupported(Boolean revocationSupported)
Indicates whether revocation is supported for the platform.
revocationSupported
- Indicates whether revocation is supported for the platform.public Boolean isRevocationSupported()
Indicates whether revocation is supported for the platform.
public String toString()
toString
in class Object
Object.toString()
public SigningPlatform clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.