@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCodeSigningConfigsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCodeSigningConfigsResult() |
Modifier and Type | Method and Description |
---|---|
ListCodeSigningConfigsResult |
clone() |
boolean |
equals(Object obj) |
List<CodeSigningConfig> |
getCodeSigningConfigs()
The code signing configurations
|
String |
getNextMarker()
The pagination token that's included if more results are available.
|
int |
hashCode() |
void |
setCodeSigningConfigs(Collection<CodeSigningConfig> codeSigningConfigs)
The code signing configurations
|
void |
setNextMarker(String nextMarker)
The pagination token that's included if more results are available.
|
String |
toString()
Returns a string representation of this object.
|
ListCodeSigningConfigsResult |
withCodeSigningConfigs(CodeSigningConfig... codeSigningConfigs)
The code signing configurations
|
ListCodeSigningConfigsResult |
withCodeSigningConfigs(Collection<CodeSigningConfig> codeSigningConfigs)
The code signing configurations
|
ListCodeSigningConfigsResult |
withNextMarker(String nextMarker)
The pagination token that's included if more results are available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextMarker(String nextMarker)
The pagination token that's included if more results are available.
nextMarker
- The pagination token that's included if more results are available.public String getNextMarker()
The pagination token that's included if more results are available.
public ListCodeSigningConfigsResult withNextMarker(String nextMarker)
The pagination token that's included if more results are available.
nextMarker
- The pagination token that's included if more results are available.public List<CodeSigningConfig> getCodeSigningConfigs()
The code signing configurations
public void setCodeSigningConfigs(Collection<CodeSigningConfig> codeSigningConfigs)
The code signing configurations
codeSigningConfigs
- The code signing configurationspublic ListCodeSigningConfigsResult withCodeSigningConfigs(CodeSigningConfig... codeSigningConfigs)
The code signing configurations
NOTE: This method appends the values to the existing list (if any). Use
setCodeSigningConfigs(java.util.Collection)
or withCodeSigningConfigs(java.util.Collection)
if
you want to override the existing values.
codeSigningConfigs
- The code signing configurationspublic ListCodeSigningConfigsResult withCodeSigningConfigs(Collection<CodeSigningConfig> codeSigningConfigs)
The code signing configurations
codeSigningConfigs
- The code signing configurationspublic String toString()
toString
in class Object
Object.toString()
public ListCodeSigningConfigsResult clone()