public class SecretSetParameters extends Object
| Constructor and Description |
|---|
SecretSetParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
contentType()
Get the contentType value.
|
SecretAttributes |
secretAttributes()
Get the secretAttributes value.
|
Map<String,String> |
tags()
Get the tags value.
|
String |
value()
Get the value value.
|
SecretSetParameters |
withContentType(String contentType)
Set the contentType value.
|
SecretSetParameters |
withSecretAttributes(SecretAttributes secretAttributes)
Set the secretAttributes value.
|
SecretSetParameters |
withTags(Map<String,String> tags)
Set the tags value.
|
SecretSetParameters |
withValue(String value)
Set the value value.
|
public String value()
public SecretSetParameters withValue(String value)
value - the value value to setpublic SecretSetParameters withTags(Map<String,String> tags)
tags - the tags value to setpublic String contentType()
public SecretSetParameters withContentType(String contentType)
contentType - the contentType value to setpublic SecretAttributes secretAttributes()
public SecretSetParameters withSecretAttributes(SecretAttributes secretAttributes)
secretAttributes - the secretAttributes value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/