public static DeleteChapCredentialsResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DeleteChapCredentialsResultUnmarshaller();
     }
     return(instance);
 }
Exemple #2
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DeleteChapCredentialsResponse response = new DeleteChapCredentialsResponse();

            context.Read();
            response.DeleteChapCredentialsResult = DeleteChapCredentialsResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }