Amazon.CognitoIdentity.Model.Internal.MarshallTransformations.TagResourceResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 메소드

Unmarshaller the response from the service to the response class.
public Unmarshall ( JsonUnmarshallerContext context ) : AmazonWebServiceResponse
context JsonUnmarshallerContext
리턴 AmazonWebServiceResponse
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            TagResourceResponse response = new TagResourceResponse();


            return response;
        }