Amazon.RDS.Model.Internal.MarshallTransformations.RevokeDBSecurityGroupIngressResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : RevokeDBSecurityGroupIngressResponseUnmarshaller
return RevokeDBSecurityGroupIngressResponseUnmarshaller
        public static RevokeDBSecurityGroupIngressResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new RevokeDBSecurityGroupIngressResponseUnmarshaller();
            }
            return instance;
        }
    
RevokeDBSecurityGroupIngressResponseUnmarshaller