@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSigningProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSigningProfileResult() |
Modifier and Type | Method and Description |
---|---|
GetSigningProfileResult |
addSigningParametersEntry(String key,
String value) |
GetSigningProfileResult |
clearSigningParametersEntries()
Removes all the entries added into SigningParameters.
|
GetSigningProfileResult |
clone() |
boolean |
equals(Object obj) |
SigningPlatformOverrides |
getOverrides()
A list of overrides applied by the target signing profile for signing operations.
|
String |
getPlatformId()
The ID of the platform that is used by the target signing profile.
|
String |
getProfileName()
The name of the target signing profile.
|
SigningMaterial |
getSigningMaterial()
The ARN of the certificate that the target profile uses for signing operations.
|
Map<String,String> |
getSigningParameters()
A map of key-value pairs for signing operations that is attached to the target signing profile.
|
String |
getStatus()
The status of the target signing profile.
|
int |
hashCode() |
void |
setOverrides(SigningPlatformOverrides overrides)
A list of overrides applied by the target signing profile for signing operations.
|
void |
setPlatformId(String platformId)
The ID of the platform that is used by the target signing profile.
|
void |
setProfileName(String profileName)
The name of the target signing profile.
|
void |
setSigningMaterial(SigningMaterial signingMaterial)
The ARN of the certificate that the target profile uses for signing operations.
|
void |
setSigningParameters(Map<String,String> signingParameters)
A map of key-value pairs for signing operations that is attached to the target signing profile.
|
void |
setStatus(String status)
The status of the target signing profile.
|
String |
toString()
Returns a string representation of this object.
|
GetSigningProfileResult |
withOverrides(SigningPlatformOverrides overrides)
A list of overrides applied by the target signing profile for signing operations.
|
GetSigningProfileResult |
withPlatformId(String platformId)
The ID of the platform that is used by the target signing profile.
|
GetSigningProfileResult |
withProfileName(String profileName)
The name of the target signing profile.
|
GetSigningProfileResult |
withSigningMaterial(SigningMaterial signingMaterial)
The ARN of the certificate that the target profile uses for signing operations.
|
GetSigningProfileResult |
withSigningParameters(Map<String,String> signingParameters)
A map of key-value pairs for signing operations that is attached to the target signing profile.
|
GetSigningProfileResult |
withStatus(SigningProfileStatus status)
The status of the target signing profile.
|
GetSigningProfileResult |
withStatus(String status)
The status of the target signing profile.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProfileName(String profileName)
The name of the target signing profile.
profileName
- The name of the target signing profile.public String getProfileName()
The name of the target signing profile.
public GetSigningProfileResult withProfileName(String profileName)
The name of the target signing profile.
profileName
- The name of the target signing profile.public void setSigningMaterial(SigningMaterial signingMaterial)
The ARN of the certificate that the target profile uses for signing operations.
signingMaterial
- The ARN of the certificate that the target profile uses for signing operations.public SigningMaterial getSigningMaterial()
The ARN of the certificate that the target profile uses for signing operations.
public GetSigningProfileResult withSigningMaterial(SigningMaterial signingMaterial)
The ARN of the certificate that the target profile uses for signing operations.
signingMaterial
- The ARN of the certificate that the target profile uses for signing operations.public void setPlatformId(String platformId)
The ID of the platform that is used by the target signing profile.
platformId
- The ID of the platform that is used by the target signing profile.public String getPlatformId()
The ID of the platform that is used by the target signing profile.
public GetSigningProfileResult withPlatformId(String platformId)
The ID of the platform that is used by the target signing profile.
platformId
- The ID of the platform that is used by the target signing profile.public void setOverrides(SigningPlatformOverrides overrides)
A list of overrides applied by the target signing profile for signing operations.
overrides
- A list of overrides applied by the target signing profile for signing operations.public SigningPlatformOverrides getOverrides()
A list of overrides applied by the target signing profile for signing operations.
public GetSigningProfileResult withOverrides(SigningPlatformOverrides overrides)
A list of overrides applied by the target signing profile for signing operations.
overrides
- A list of overrides applied by the target signing profile for signing operations.public Map<String,String> getSigningParameters()
A map of key-value pairs for signing operations that is attached to the target signing profile.
public void setSigningParameters(Map<String,String> signingParameters)
A map of key-value pairs for signing operations that is attached to the target signing profile.
signingParameters
- A map of key-value pairs for signing operations that is attached to the target signing profile.public GetSigningProfileResult withSigningParameters(Map<String,String> signingParameters)
A map of key-value pairs for signing operations that is attached to the target signing profile.
signingParameters
- A map of key-value pairs for signing operations that is attached to the target signing profile.public GetSigningProfileResult addSigningParametersEntry(String key, String value)
public GetSigningProfileResult clearSigningParametersEntries()
public void setStatus(String status)
The status of the target signing profile.
status
- The status of the target signing profile.SigningProfileStatus
public String getStatus()
The status of the target signing profile.
SigningProfileStatus
public GetSigningProfileResult withStatus(String status)
The status of the target signing profile.
status
- The status of the target signing profile.SigningProfileStatus
public GetSigningProfileResult withStatus(SigningProfileStatus status)
The status of the target signing profile.
status
- The status of the target signing profile.SigningProfileStatus
public String toString()
toString
in class Object
Object.toString()
public GetSigningProfileResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.