@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePackageGroupOriginConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdatePackageGroupOriginConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
UpdatePackageGroupOriginConfigurationResult |
addAllowedRepositoryUpdatesEntry(String key,
Map<String,List<String>> value)
Add a single AllowedRepositoryUpdates entry
|
UpdatePackageGroupOriginConfigurationResult |
clearAllowedRepositoryUpdatesEntries()
Removes all the entries added into AllowedRepositoryUpdates.
|
UpdatePackageGroupOriginConfigurationResult |
clone() |
boolean |
equals(Object obj) |
Map<String,Map<String,List<String>>> |
getAllowedRepositoryUpdates()
Information about the updated allowed repositories after processing the request.
|
PackageGroupDescription |
getPackageGroup()
The package group and information about it after processing the request.
|
int |
hashCode() |
void |
setAllowedRepositoryUpdates(Map<String,Map<String,List<String>>> allowedRepositoryUpdates)
Information about the updated allowed repositories after processing the request.
|
void |
setPackageGroup(PackageGroupDescription packageGroup)
The package group and information about it after processing the request.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePackageGroupOriginConfigurationResult |
withAllowedRepositoryUpdates(Map<String,Map<String,List<String>>> allowedRepositoryUpdates)
Information about the updated allowed repositories after processing the request.
|
UpdatePackageGroupOriginConfigurationResult |
withPackageGroup(PackageGroupDescription packageGroup)
The package group and information about it after processing the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public UpdatePackageGroupOriginConfigurationResult()
public void setPackageGroup(PackageGroupDescription packageGroup)
The package group and information about it after processing the request.
packageGroup
- The package group and information about it after processing the request.public PackageGroupDescription getPackageGroup()
The package group and information about it after processing the request.
public UpdatePackageGroupOriginConfigurationResult withPackageGroup(PackageGroupDescription packageGroup)
The package group and information about it after processing the request.
packageGroup
- The package group and information about it after processing the request.public Map<String,Map<String,List<String>>> getAllowedRepositoryUpdates()
Information about the updated allowed repositories after processing the request.
public void setAllowedRepositoryUpdates(Map<String,Map<String,List<String>>> allowedRepositoryUpdates)
Information about the updated allowed repositories after processing the request.
allowedRepositoryUpdates
- Information about the updated allowed repositories after processing the request.public UpdatePackageGroupOriginConfigurationResult withAllowedRepositoryUpdates(Map<String,Map<String,List<String>>> allowedRepositoryUpdates)
Information about the updated allowed repositories after processing the request.
allowedRepositoryUpdates
- Information about the updated allowed repositories after processing the request.public UpdatePackageGroupOriginConfigurationResult addAllowedRepositoryUpdatesEntry(String key, Map<String,List<String>> value)
public UpdatePackageGroupOriginConfigurationResult clearAllowedRepositoryUpdatesEntries()
public String toString()
toString
in class Object
Object.toString()
public UpdatePackageGroupOriginConfigurationResult clone()