@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AllowedPublishers extends Object implements Serializable, Cloneable, StructuredPojo
List of signing profiles that can sign a code package.
| Constructor and Description |
|---|
AllowedPublishers () |
| Modifier and Type | Method and Description |
|---|---|
AllowedPublishers |
clone () |
boolean |
equals (Object obj) |
List<String> |
getSigningProfileVersionArns ()
The Amazon Resource Name (ARN) for each of the signing profiles.
|
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSigningProfileVersionArns (Collection<String> signingProfileVersionArns)
The Amazon Resource Name (ARN) for each of the signing profiles.
|
String |
toString ()
Returns a string representation of this object.
|
AllowedPublishers |
withSigningProfileVersionArns (Collection<String> signingProfileVersionArns)
The Amazon Resource Name (ARN) for each of the signing profiles.
|
AllowedPublishers |
withSigningProfileVersionArns (String... signingProfileVersionArns)
The Amazon Resource Name (ARN) for each of the signing profiles.
|
public AllowedPublishers()
public List<String> getSigningProfileVersionArns()
The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.
public void setSigningProfileVersionArns(Collection<String> signingProfileVersionArns)
The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.
signingProfileVersionArns - The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user
who can sign a code package.public AllowedPublishers withSigningProfileVersionArns(String... signingProfileVersionArns)
The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.
NOTE: This method appends the values to the existing list (if any). Use
setSigningProfileVersionArns(java.util.Collection) or
withSigningProfileVersionArns(java.util.Collection) if you want to override the existing values.
signingProfileVersionArns - The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user
who can sign a code package.public AllowedPublishers withSigningProfileVersionArns(Collection<String> signingProfileVersionArns)
The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.
signingProfileVersionArns - The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user
who can sign a code package.public String toString()
toString in class Object Object.toString() public AllowedPublishers clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.