@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAssociatedPackageGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAssociatedPackageGroupResult() |
Modifier and Type | Method and Description |
---|---|
GetAssociatedPackageGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssociationType()
Describes the strength of the association between the package and package group.
|
PackageGroupDescription |
getPackageGroup()
The package group that is associated with the requested package.
|
int |
hashCode() |
void |
setAssociationType(String associationType)
Describes the strength of the association between the package and package group.
|
void |
setPackageGroup(PackageGroupDescription packageGroup)
The package group that is associated with the requested package.
|
String |
toString()
Returns a string representation of this object.
|
GetAssociatedPackageGroupResult |
withAssociationType(PackageGroupAssociationType associationType)
Describes the strength of the association between the package and package group.
|
GetAssociatedPackageGroupResult |
withAssociationType(String associationType)
Describes the strength of the association between the package and package group.
|
GetAssociatedPackageGroupResult |
withPackageGroup(PackageGroupDescription packageGroup)
The package group that is associated with the requested package.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPackageGroup(PackageGroupDescription packageGroup)
The package group that is associated with the requested package.
packageGroup
- The package group that is associated with the requested package.public PackageGroupDescription getPackageGroup()
The package group that is associated with the requested package.
public GetAssociatedPackageGroupResult withPackageGroup(PackageGroupDescription packageGroup)
The package group that is associated with the requested package.
packageGroup
- The package group that is associated with the requested package.public void setAssociationType(String associationType)
Describes the strength of the association between the package and package group. A strong match is also known as an exact match, and a weak match is known as a relative match.
associationType
- Describes the strength of the association between the package and package group. A strong match is also
known as an exact match, and a weak match is known as a relative match.PackageGroupAssociationType
public String getAssociationType()
Describes the strength of the association between the package and package group. A strong match is also known as an exact match, and a weak match is known as a relative match.
PackageGroupAssociationType
public GetAssociatedPackageGroupResult withAssociationType(String associationType)
Describes the strength of the association between the package and package group. A strong match is also known as an exact match, and a weak match is known as a relative match.
associationType
- Describes the strength of the association between the package and package group. A strong match is also
known as an exact match, and a weak match is known as a relative match.PackageGroupAssociationType
public GetAssociatedPackageGroupResult withAssociationType(PackageGroupAssociationType associationType)
Describes the strength of the association between the package and package group. A strong match is also known as an exact match, and a weak match is known as a relative match.
associationType
- Describes the strength of the association between the package and package group. A strong match is also
known as an exact match, and a weak match is known as a relative match.PackageGroupAssociationType
public String toString()
toString
in class Object
Object.toString()
public GetAssociatedPackageGroupResult clone()