@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReportContext extends Object implements Serializable, Cloneable, StructuredPojo
Details of the license configuration that this generator reports on.
| Constructor and Description |
|---|
ReportContext() |
| Modifier and Type | Method and Description |
|---|---|
ReportContext |
clone() |
boolean |
equals(Object obj) |
List<String> |
getLicenseConfigurationArns()
Amazon Resource Name (ARN) of the license configuration that this generator reports on.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLicenseConfigurationArns(Collection<String> licenseConfigurationArns)
Amazon Resource Name (ARN) of the license configuration that this generator reports on.
|
String |
toString()
Returns a string representation of this object.
|
ReportContext |
withLicenseConfigurationArns(Collection<String> licenseConfigurationArns)
Amazon Resource Name (ARN) of the license configuration that this generator reports on.
|
ReportContext |
withLicenseConfigurationArns(String... licenseConfigurationArns)
Amazon Resource Name (ARN) of the license configuration that this generator reports on.
|
public List<String> getLicenseConfigurationArns()
Amazon Resource Name (ARN) of the license configuration that this generator reports on.
public void setLicenseConfigurationArns(Collection<String> licenseConfigurationArns)
Amazon Resource Name (ARN) of the license configuration that this generator reports on.
licenseConfigurationArns - Amazon Resource Name (ARN) of the license configuration that this generator reports on.public ReportContext withLicenseConfigurationArns(String... licenseConfigurationArns)
Amazon Resource Name (ARN) of the license configuration that this generator reports on.
NOTE: This method appends the values to the existing list (if any). Use
setLicenseConfigurationArns(java.util.Collection) or
withLicenseConfigurationArns(java.util.Collection) if you want to override the existing values.
licenseConfigurationArns - Amazon Resource Name (ARN) of the license configuration that this generator reports on.public ReportContext withLicenseConfigurationArns(Collection<String> licenseConfigurationArns)
Amazon Resource Name (ARN) of the license configuration that this generator reports on.
licenseConfigurationArns - Amazon Resource Name (ARN) of the license configuration that this generator reports on.public String toString()
toString in class ObjectObject.toString()public ReportContext clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.