Amazon.RDS.Model.Internal.MarshallTransformations.RevokeDBSecurityGroupIngressResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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