Class GetReceivedLicenseLicenseMetadata
- java.lang.Object
-
- com.pulumi.aws.licensemanager.outputs.GetReceivedLicenseLicenseMetadata
-
public final class GetReceivedLicenseLicenseMetadata extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetReceivedLicenseLicenseMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetReceivedLicenseLicenseMetadata.Builder
builder()
static GetReceivedLicenseLicenseMetadata.Builder
builder(GetReceivedLicenseLicenseMetadata defaults)
java.lang.String
name()
java.lang.String
value()
-
-
-
Method Detail
-
name
public java.lang.String name()
- Returns:
- The key name.
-
value
public java.lang.String value()
- Returns:
- The value.
-
builder
public static GetReceivedLicenseLicenseMetadata.Builder builder()
-
builder
public static GetReceivedLicenseLicenseMetadata.Builder builder(GetReceivedLicenseLicenseMetadata defaults)
-
-