public static TestRoleResultUnmarshaller GetInstance() { if (instance == null) { instance = new TestRoleResultUnmarshaller(); } return(instance); }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { TestRoleResponse response = new TestRoleResponse(); context.Read(); response.TestRoleResult = TestRoleResultUnmarshaller.GetInstance().Unmarshall(context); return(response); }